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 命名空间