次の方法で共有


IUserOptions.ID プロパティ

Int32 識別子を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("User_IDDesc")> _
<DisplayNameKeyAttribute("User_IDName")> _
ReadOnly Property ID As Integer 
    Get
'使用
Dim instance As IUserOptions 
Dim value As Integer 

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

プロパティ値

型: System.Int32
Int32 識別子です。

関連項目

参照

IUserOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間