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.