ImpersonationInfo.ImpersonationInfoSecurity Property

Gets or sets the password availability from data source.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property ImpersonationInfoSecurity As ImpersonationInfoSecurity
    Get
    Set
'Usage
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)

Property Value

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