Свойство 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.