Freigeben über


ImpersonationInfo-Member

Defines the type of credentials used to establish a connection to the server.

Der ImpersonationInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ImpersonationInfo() () () () Initializes a new instance of ImpersonationInfo using default values.
Öffentliche Methode ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
Öffentliche Methode ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
Öffentliche Methode ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a full copy of current ImpersonationInfo object.
Öffentliche Methode CopyTo Returns a full copy of current ImpersonationInfo into specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a System.String representation of current object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Account Gets or sets the user account.
Öffentliche Eigenschaft ImpersonationInfoSecurity Gets or sets the password availability from data source.
Öffentliche Eigenschaft ImpersonationMode Gets or sets the access mode the service uses to connect to the data source.
Öffentliche Eigenschaft Password Gets or sets the password.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone

Zum Anfang