Database.DataSourceImpersonationInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the impersonation information associated with a Database.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.ImpersonationInfo DataSourceImpersonationInfo { get; set; }
[<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
Security related impersonation information.
- Attributes