IUserOptions.ID 属性

Gets an Int32 identifier.

命名空间:  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
An Int32 identifier.

请参阅

参考

IUserOptions 接口

Microsoft.SqlServer.Management.Smo 命名空间