ITableOptions.ID 属性

Gets the ID value that uniquely identifies the table.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("Table_IDDesc")> _
<DisplayNameKeyAttribute("Table_IDName")> _
ReadOnly Property ID As Integer 
    Get
用法
Dim instance As ITableOptions 
Dim value As Integer 

value = instance.ID
[DisplayDescriptionKeyAttribute("Table_IDDesc")]
[DisplayNameKeyAttribute("Table_IDName")]
int ID { get; }
[DisplayDescriptionKeyAttribute(L"Table_IDDesc")]
[DisplayNameKeyAttribute(L"Table_IDName")]
property int ID {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Table_IDDesc")>]
[<DisplayNameKeyAttribute("Table_IDName")>]
abstract ID : int
function get ID () : int

属性值

类型:System.Int32
An Int32 value that uniquely identifies the table.

请参阅

参考

ITableOptions 接口

Microsoft.SqlServer.Management.Smo 命名空间