ILoginOptions.ID 속성

Gets the ID value that uniquely identifies the login.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Login_IDName")> _
<DisplayDescriptionKeyAttribute("Login_IDDesc")> _
ReadOnly Property ID As Integer 
    Get
‘사용 방법
Dim instance As ILoginOptions 
Dim value As Integer 

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

속성 값

유형: System.Int32
An Int32 value that uniquely identifies the login.

참고 항목

참조

ILoginOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스