ImpersonationInfo.Account Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the user account.

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
public string Account { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
property String^ Account {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
member Account : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
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