Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the event counter target information.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property EventCounterTargetInfo As TargetInfo
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.TargetInfo
The event counter target information.