Database.DataSourceImpersonationInfo Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the impersonation information associated with a Database.

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

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[XmlElementAttribute(IsNullable = false)]
public ImpersonationInfo DataSourceImpersonationInfo { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[XmlElementAttribute(IsNullable = false)]
property ImpersonationInfo^ DataSourceImpersonationInfo {
    ImpersonationInfo^ get();
    void set(ImpersonationInfo^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<XmlElementAttribute(IsNullable = false)>]
member DataSourceImpersonationInfo : ImpersonationInfo with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")>
<EditorAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<XmlElementAttribute(IsNullable := False)>
Public Property DataSourceImpersonationInfo As ImpersonationInfo

Property Value

Type: Microsoft.AnalysisServices.ImpersonationInfo

Security related impersonation information.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top