Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the package ID of the type.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid
Get
'Usage
Dim instance As TargetColumnInfo
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
Property Value
Type: System.Guid
The package ID of the type.