| SqlDatabaseLogin Class |
Namespace: PDTec.IceNet.Sdk.Database.Sql
public sealed class SqlDatabaseLogin
The SqlDatabaseLogin type exposes the following members.
| Name | Description | |
|---|---|---|
| SqlDatabaseLogin(String) |
Creates a Windows login.
| |
| SqlDatabaseLogin(String, String) |
Creates a SQL login.
| |
| SqlDatabaseLogin(SqlDatabaseLoginKind, String, String, String) |
Creates a login (SQL or Windows).
|
| Name | Description | |
|---|---|---|
| DatabaseUserName |
Gets the (optional) database user name. Use this parameter if the database user name should not be derived from the login name.
| |
| LocalAspNetWP |
A predefined login that represents the ASP.NET worker process group of the local machine. The specific name varies by localization.
| |
| LocalUsers |
A predefined login that represents the [BUILTIN\USERS] access group of the local machine. The specific name varies by localization.
| |
| LoginKind |
Gets the kind of login.
| |
| Name |
Gets the login name.
| |
| Password |
Gets the login password.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |