ImpersonationInfo.Password Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the password.

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
public string Password { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
property String^ Password {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
member Password : string with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
Public Property Password As String

Property Value

Type: System.String

A String with the password for the user account.

See Also

ImpersonationInfo Class
Microsoft.AnalysisServices Namespace

Return to top