Share via


IUserOptions.Login 속성

Gets a string value that contains a log-in.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("User_LoginDesc")> _
<DisplayNameKeyAttribute("User_LoginName")> _
ReadOnly Property Login As String 
    Get
‘사용 방법
Dim instance As IUserOptions 
Dim value As String 

value = instance.Login
[DisplayDescriptionKeyAttribute("User_LoginDesc")]
[DisplayNameKeyAttribute("User_LoginName")]
string Login { get; }
[DisplayDescriptionKeyAttribute(L"User_LoginDesc")]
[DisplayNameKeyAttribute(L"User_LoginName")]
property String^ Login {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("User_LoginDesc")>]
[<DisplayNameKeyAttribute("User_LoginName")>]
abstract Login : string
function get Login () : String

속성 값

유형: System.String
A string value that contains a log-in.

참고 항목

참조

IUserOptions 인터페이스

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