Właściwość ITableOptions.ID
Pobiera wartość Identyfikatora, który unikatowo identyfikuje tabela.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Table_IDName")> _
<DisplayDescriptionKeyAttribute("Table_IDDesc")> _
ReadOnly Property ID As Integer
Get
'Użycie
Dim instance As ITableOptions
Dim value As Integer
value = instance.ID
[DisplayNameKeyAttribute("Table_IDName")]
[DisplayDescriptionKeyAttribute("Table_IDDesc")]
int ID { get; }
[DisplayNameKeyAttribute(L"Table_IDName")]
[DisplayDescriptionKeyAttribute(L"Table_IDDesc")]
property int ID {
int get ();
}
[<DisplayNameKeyAttribute("Table_IDName")>]
[<DisplayDescriptionKeyAttribute("Table_IDDesc")>]
abstract ID : int
function get ID () : int
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje tabela.