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.