XEStore.EtwClassicSyncTargetInfo Property

Gets the etw_classic_sync_target TargetInfo object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property EtwClassicSyncTargetInfo As TargetInfo 
    Get
'Usage
Dim instance As XEStore 
Dim value As TargetInfo 

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

Property Value

Type: Microsoft.SqlServer.Management.XEvent.TargetInfo
The etw_classic_sync_target TargetInfo object.

See Also

Reference

XEStore Class

Microsoft.SqlServer.Management.XEvent Namespace