Package.ID Property
Gets a Guid object that contains the Id.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property ID As Guid
Get
'Usage
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
Property Value
Type: System.Guid
A Guid object that contains the Id.