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 네임스페이스