ImpersonationInfo Class
Defines the type of credentials used to establish a connection to the server.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.ImpersonationInfo
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Class ImpersonationInfo _
    Implements ICloneable
'Usage
Dim instance As ImpersonationInfo
public class ImpersonationInfo : ICloneable
public ref class ImpersonationInfo : ICloneable
type ImpersonationInfo =  
    class
        interface ICloneable
    end
public class ImpersonationInfo implements ICloneable
The ImpersonationInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ImpersonationInfo() | Initializes a new instance of ImpersonationInfo using default values. | 
| .gif) | ImpersonationInfo(ImpersonationMode) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode. | 
| .gif) | ImpersonationInfo(String, String) | Initializes a new instance of ImpersonationInfo for the specified user account and password. | 
| .gif) | ImpersonationInfo(ImpersonationMode, String, String) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Account | Gets or sets the user account. | 
| .gif) | ImpersonationInfoSecurity | Gets or sets the password availability from data source. | 
| .gif) | ImpersonationMode | Gets or sets the access mode the service uses to connect to the data source. | 
| .gif) | Password | Gets or sets the password. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Returns a full copy of current ImpersonationInfo object. | 
| .gif) | CopyTo | Returns a full copy of current ImpersonationInfo into specified object. | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | Returns a System.String representation of current object. (Overrides Object.ToString().) | 
Top
Remarks
New: 17 July 2006
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)