ImpersonationInfo.Account Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the user account.

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

Syntax

public string Account { get; set; }
public:
property String^ Account {
    String^ get();
    void set(String^ value);
}
member Account : string with get, set
Public Property Account As String

Property Value

Type: System.String

A String with the user account.

See Also

ImpersonationInfo Class
Microsoft.AnalysisServices Namespace

Return to top