ImpersonationInfo Constructor

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod ImpersonationInfo()

Initializes a new instance of ImpersonationInfo using default values.

System_CAPS_pubmethod ImpersonationInfo(ImpersonationMode)

Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.

System_CAPS_pubmethod ImpersonationInfo(ImpersonationMode, String, String)

Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

System_CAPS_pubmethod ImpersonationInfo(String, String)

Initializes a new instance of ImpersonationInfo for the specified user account and password.

See Also

ImpersonationInfo Class
Microsoft.AnalysisServices Namespace

Return to top