Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ImpersonationInfoSecurity
An ImpersonationInfoSecurity value with password availability from data source.