共用方式為


XEStore.EventCounterTargetInfo 屬性

Gets the event counter target information.

命名空間:  Microsoft.SqlServer.Management.XEvent
組件:  Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property EventCounterTargetInfo As TargetInfo 
    Get
'用途
Dim instance As XEStore 
Dim value As TargetInfo 

value = instance.EventCounterTargetInfo
[SfcIgnoreAttribute]
public TargetInfo EventCounterTargetInfo { get; }
[SfcIgnoreAttribute]
public:
property TargetInfo^ EventCounterTargetInfo {
    TargetInfo^ get ();
}
[<SfcIgnoreAttribute>]
member EventCounterTargetInfo : TargetInfo
function get EventCounterTargetInfo () : TargetInfo

屬性值

型別:Microsoft.SqlServer.Management.XEvent.TargetInfo
The event counter target information.

請參閱

參考

XEStore 類別

Microsoft.SqlServer.Management.XEvent 命名空間