Login

Models a Sql Server login.

Namespace:
Inetdev.Data.SqlServer.Dba
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Login

Default constructor

Signature:
public Void Login()

Properties

CheckExpirationOff

Whether CHECK_EXPIRATION=OFF must be set. Defaults to true.

Signature:
public Boolean CheckExpirationOff { get; set; }

CheckPolicyOff

Whether CHECK_POLICY=OFF must be set. Defaults to false.

Signature:
public Boolean CheckPolicyOff { get; set; }

DefaultDatabase

Default database (optional);

Signature:
public String DefaultDatabase { get; set; }

IsOperatingSystemUser

Whether the login is a user from the operating system.

Signature:
public Boolean IsOperatingSystemUser { get; set; }

Name

Name.

Signature:
public String Name { get; set; }

Password

Password.

Signature:
public String Password { get; set; }

ServerRoles

Server roles for this login.

Signature:
public ServerRoles ServerRoles { get; set; }

Methods

ToString

Returns a textual representation of this Login.

Signature:
public String ToString()