ID プロパティ
テーブルを一意に識別する ID 値を取得します。
名前空間: 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
テーブルを一意に識別する Int32 値です。