TargetColumnInfo.TypePackageID 属性

Gets the package ID of the type.

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

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid 
    Get
用法
Dim instance As TargetColumnInfo 
Dim value As Guid 

value = instance.TypePackageID
[SfcPropertyAttribute(Data = true)]
public Guid TypePackageID { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Guid TypePackageID {
    Guid get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TypePackageID : Guid
function get TypePackageID () : Guid

属性值

类型:System.Guid
The package ID of the type.

请参阅

参考

TargetColumnInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间