Propriété ImpersonationInfo.ImpersonationInfoSecurity
Gets or sets the password availability from data source.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
Public Property ImpersonationInfoSecurity As ImpersonationInfoSecurity
Get
Set
'Utilisation
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)
Type : Microsoft.AnalysisServices.ImpersonationInfoSecurity
An ImpersonationInfoSecurity value with password availability from data source.