共用方式為


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.