XEStore.EtwClassicSyncTargetInfo 属性

Gets the etw_classic_sync_target TargetInfo object.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property EtwClassicSyncTargetInfo As TargetInfo 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.XEvent.TargetInfo
The etw_classic_sync_target TargetInfo object.

请参阅

参考

XEStore 类

Microsoft.SqlServer.Management.XEvent 命名空间