Свойство TargetColumnInfo.TypePackageID
Gets the package ID of the type.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid
Get
'Применение
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
Значение свойства
Тип: System.Guid
The package ID of the type.