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 | |
---|---|---|
ImpersonationInfo() () () () | Initializes a new instance of ImpersonationInfo using default values. | |
ImpersonationInfo(ImpersonationMode) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode. | |
ImpersonationInfo(String, String) | Initializes a new instance of ImpersonationInfo for the specified user account and password. | |
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 | |
---|---|---|
Account | Gets or sets the user account. | |
ImpersonationInfoSecurity | Gets or sets the password availability from data source. | |
ImpersonationMode | Gets or sets the access mode the service uses to connect to the data source. | |
Password | Gets or sets the password. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Clone | Returns a full copy of current ImpersonationInfo object. | |
CopyTo | Returns a full copy of current ImpersonationInfo into specified object. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Returns a System.String representation of current object. (remplace Object. . :: . .ToString() () () ().) |
Haut de la page
Notes
Nouveau : 17 juillet 2006
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.