ImpersonationInfo Class
Applies To: SQL Server (starting with 2016)
Defines the type of credentials used to establish a connection to the server.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| 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(ImpersonationMode, String^, String^) | Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password. |
![]() | ImpersonationInfo(String^, String^) | Initializes a new instance of ImpersonationInfo for the specified user account and password. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a full copy of current ImpersonationInfo object. |
![]() | CopyTo(ImpersonationInfo^) | Returns a full copy of current ImpersonationInfo into specified object. |
![]() | Equals(Object^) | (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().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




