Właściwość UserDefinedType.ID
Pobiera wartość Identyfikatora, który unikatowo identyfikuje typ danych alias.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer
Get
'Użycie
Dim instance As UserDefinedType
Dim value As Integer
value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która określa wartość Identyfikatora, który unikatowo identyfikuje typ danych alias.