DataSource.QueryImpersonationInfo Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the current impersonation mode of the connection.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ImpersonationInfo

The information of the current impersonation mode of the connection.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top