XEStore.EventCounterTargetInfo Property

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.

See Also

Reference

XEStore Class

Microsoft.SqlServer.Management.XEvent Namespace