ImpersonationInfo.ImpersonationInfoSecurity 属性

Gets or sets the password availability from data source.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property ImpersonationInfoSecurity As ImpersonationInfoSecurity 
    Get 
    Set
用法
Dim instance As ImpersonationInfo 
Dim value As ImpersonationInfoSecurity 

value = instance.ImpersonationInfoSecurity

instance.ImpersonationInfoSecurity = value
public ImpersonationInfoSecurity ImpersonationInfoSecurity { get; set; }
public:
property ImpersonationInfoSecurity ImpersonationInfoSecurity {
    ImpersonationInfoSecurity get ();
    void set (ImpersonationInfoSecurity value);
}
member ImpersonationInfoSecurity : ImpersonationInfoSecurity with get, set
function get ImpersonationInfoSecurity () : ImpersonationInfoSecurity 
function set ImpersonationInfoSecurity (value : ImpersonationInfoSecurity)

属性值

类型:Microsoft.AnalysisServices.ImpersonationInfoSecurity
An ImpersonationInfoSecurity value with password availability from data source.

请参阅

参考

ImpersonationInfo 类

Microsoft.AnalysisServices 命名空间