Click or drag to resize
SqlDatabaseLogin Class
Login information. Specifies credentials to be used within the application, not during setup.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.Database.SqlSqlDatabaseLogin

Namespace: PDTec.IceNet.Sdk.Database.Sql
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public sealed class SqlDatabaseLogin

The SqlDatabaseLogin type exposes the following members.

Constructors
  NameDescription
Public methodSqlDatabaseLogin(String)
Creates a Windows login.
Public methodSqlDatabaseLogin(String, String)
Creates a SQL login.
Public methodSqlDatabaseLogin(SqlDatabaseLoginKind, String, String, String)
Creates a login (SQL or Windows).
Top
Properties
  NameDescription
Public propertyDatabaseUserName
Gets the (optional) database user name. Use this parameter if the database user name should not be derived from the login name.
Public propertyStatic memberLocalAspNetWP
A predefined login that represents the ASP.NET worker process group of the local machine. The specific name varies by localization.
Public propertyStatic memberLocalUsers
A predefined login that represents the [BUILTIN\USERS] access group of the local machine. The specific name varies by localization.
Public propertyLoginKind
Gets the kind of login.
Public propertyName
Gets the login name.
Public propertyPassword
Gets the login password.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also