DataSourceImpersonationInfo 屬性
Gets or sets the impersonation information associated with a Database.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DataSourceImpersonationInfo As ImpersonationInfo
Get
Set
'用途
Dim instance As Database
Dim value As ImpersonationInfo
value = instance.DataSourceImpersonationInfo
instance.DataSourceImpersonationInfo = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public ImpersonationInfo DataSourceImpersonationInfo { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property ImpersonationInfo^ DataSourceImpersonationInfo {
ImpersonationInfo^ get ();
void set (ImpersonationInfo^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")>]
member DataSourceImpersonationInfo : ImpersonationInfo with get, set
function get DataSourceImpersonationInfo () : ImpersonationInfo
function set DataSourceImpersonationInfo (value : ImpersonationInfo)
屬性值
型別:Microsoft.AnalysisServices. . :: . .ImpersonationInfo
Security related impersonation information.