Models a Sql Server login.
Default constructor
public Void Login()Whether CHECK_EXPIRATION=OFF must be set. Defaults to true.
public Boolean CheckExpirationOff { get; set; }Whether CHECK_POLICY=OFF must be set. Defaults to false.
public Boolean CheckPolicyOff { get; set; }Default database (optional);
public String DefaultDatabase { get; set; }Whether the login is a user from the operating system.
public Boolean IsOperatingSystemUser { get; set; }Name.
public String Name { get; set; }Password.
public String Password { get; set; }Server roles for this login.
public ServerRoles ServerRoles { get; set; }Returns a textual representation of this Login.
public String ToString()