Propriété EventColumnInfo.TypePackageID

Gets the package identifier of the type.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid 
    Get
'Utilisation
Dim instance As EventColumnInfo 
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

Valeur de propriété

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

Voir aussi

Référence

EventColumnInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent