Partager via


Classe ImpersonationInfo

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.ImpersonationInfo

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Class ImpersonationInfo _
    Implements ICloneable
'Utilisation
Dim instance As ImpersonationInfo
public class ImpersonationInfo : ICloneable
public ref class ImpersonationInfo : ICloneable
type ImpersonationInfo =  
    class 
        interface ICloneable 
    end
public class ImpersonationInfo implements ICloneable

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

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

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. (remplace Object.ToString().)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo object.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices