Compartir a través de


PredSourceInfo.TypePackageID Propiedad

Gets the package identifier of the type.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid 
    Get
'Uso
Dim instance As PredSourceInfo 
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

Valor de la propiedad

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

Vea también

Referencia

PredSourceInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent