Freigeben über


Login-Klasse

Model schema container class for Login

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.Login

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Login
'Usage
public static class Login
public ref class Login abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Login =  class end
public final class Login

Der Login-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AsymmetricKey AsymmetricKey relationship class of Login
Öffentliche EigenschaftStatisches Element Certificate Certificate relationship class of Login
Öffentliche EigenschaftStatisches Element CheckExpiration CheckExpiration property class of Login
Öffentliche EigenschaftStatisches Element CheckPolicy CheckPolicy property class of Login
Öffentliche EigenschaftStatisches Element Credential Credential relationship class of Login
Öffentliche EigenschaftStatisches Element DefaultDatabase DefaultDatabase property class of Login
Öffentliche EigenschaftStatisches Element DefaultLanguage DefaultLanguage property class of Login
Öffentliche EigenschaftStatisches Element Disabled Disabled property class of Login
Öffentliche EigenschaftStatisches Element EncryptionOption EncryptionOption property class of Login
Öffentliche EigenschaftStatisches Element MappedToWindowsLogin MappedToWindowsLogin property class of Login
Öffentliche EigenschaftStatisches Element Password Password property class of Login
Öffentliche EigenschaftStatisches Element PasswordHashed PasswordHashed property class of Login
Öffentliche EigenschaftStatisches Element PasswordMustChange PasswordMustChange property class of Login
Öffentliche EigenschaftStatisches Element Sid Sid property class of Login
Öffentliche EigenschaftStatisches Element TypeClass Type class for Login

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace