Proprietà ReadOnlyEventColumnInfo.TypePackageID

Gets the package identifier of the type.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid 
    Get
'Utilizzo
Dim instance As ReadOnlyEventColumnInfo 
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

Valore proprietà

Tipo: System.Guid
The package identifier of the type.

Vedere anche

Riferimento

ReadOnlyEventColumnInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent