DataSource.ImpersonationInfo Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the impersonation information associated with a specified DataSource object.

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public ImpersonationInfo ImpersonationInfo { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property ImpersonationInfo^ ImpersonationInfo {
    ImpersonationInfo^ get();
    void set(ImpersonationInfo^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member ImpersonationInfo : ImpersonationInfo with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property ImpersonationInfo As ImpersonationInfo

Property Value

Type: Microsoft.AnalysisServices.ImpersonationInfo

The information that is used to impersonate a user.

See Also

DataSource Class
Microsoft.AnalysisServices Namespace

Return to top