Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a string value that contains a log-in.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("User_LoginDesc")> _
<DisplayNameKeyAttribute("User_LoginName")> _
ReadOnly Property Login As String
Get
'Usage
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
Property Value
Type: System.String
A string value that contains a log-in.