Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
Properties
Name | 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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Returns a full copy of current ImpersonationInfo object. |
![]() |
CopyTo | Returns a full copy of current ImpersonationInfo into specified object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a System.String representation of current object. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo object. |
Top
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.