Udostępnij przez


ILoginOptions Members

The ILoginOptions class is an interface that represents a collection of options associated with a login.

The following tables list the members exposed by the ILoginOptions type.

Public Properties

  Name Description
Cc646143.pubproperty(pl-pl,SQL.100).gif AsymmetricKey Gets or sets the asymmetric key that is associated with the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif Certificate Gets or sets the certificate that is associated with the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif CreateDate Gets the date and time when the login was created.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif Credential Gets or sets the credential that is associated with the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif DateLastModified  
Cc646143.pubproperty(pl-pl,SQL.100).gif DefaultDatabase Gets or sets the database that the login uses by default.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif ID Gets the ID value that uniquely identifies the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif IsDisabled Gets the Boolean value that determines whether the login is disabled. This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif IsLocked Gets the Boolean value that determines whether the login is locked.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif IsSystemObject Gets the Boolean value that determines whether the login is a system object.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif Language Gets or sets the language that is associated with the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif LanguageAlias Gets the alternative name that describes the language that is associated with the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif MustChangePassword Gets the Boolean value that determines whether the login password must be changed.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of the login.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif PasswordExpirationEnabled Gets or sets the Boolean value that determines whether the login password will expire automatically.This property is not CLS-compliant.
Cc646143.pubproperty(pl-pl,SQL.100).gif PasswordPolicyEnforced Gets or sets the Boolean value that determines whether the login password must adhere to a policy.This property is not CLS-compliant.

Top