Свойство ID
Gets the ID value that uniquely identifies the table.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<DisplayNameKeyAttribute("Table_IDName")> _
<DisplayDescriptionKeyAttribute("Table_IDDesc")> _
ReadOnly Property ID As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An Int32 value that uniquely identifies the table.