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 네임스페이스