Partager via


Membres ImpersonationInfo

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

Le type ImpersonationInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ImpersonationInfo() () () () Initializes a new instance of ImpersonationInfo using default values.
Méthode publique ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
Méthode publique ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
Méthode publique ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Returns a full copy of current ImpersonationInfo object.
Méthode publique CopyTo Returns a full copy of current ImpersonationInfo into specified object.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Returns a System.String representation of current object. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Propriétés

  Nom Description
Propriété publique Account Gets or sets the user account.
Propriété publique ImpersonationInfoSecurity Gets or sets the password availability from data source.
Propriété publique ImpersonationMode Gets or sets the access mode the service uses to connect to the data source.
Propriété publique Password Gets or sets the password.

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone

Haut de la page