Database.DataSourceImpersonationInfo Property

Definition

Gets or sets the impersonation information associated with a Database.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Security")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DataSourceImpersonationInfo")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.ImpersonationInfo DataSourceImpersonationInfo { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Security")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Database_DataSourceImpersonationInfo")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.DataSourceImpersonationInfo : Microsoft.AnalysisServices.ImpersonationInfo with get, set
Public Property DataSourceImpersonationInfo As ImpersonationInfo

Property Value

ImpersonationInfo

Security related impersonation information.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to