Package.ID 属性

Gets a Guid object that contains the Id.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Guid 
    Get
用法
Dim instance As Package 
Dim value As Guid 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public Guid ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property Guid ID {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member ID : Guid
function get ID () : Guid

属性值

类型:System.Guid
A Guid object that contains the Id.

请参阅

参考

Package 类

Microsoft.SqlServer.Management.XEvent 命名空间