Свойство DataSource.QueryImpersonationInfo
Gets or sets the current impersonation mode of the connection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property QueryImpersonationInfo As ImpersonationInfo
Get
Set
'Применение
Dim instance As DataSource
Dim value As ImpersonationInfo
value = instance.QueryImpersonationInfo
instance.QueryImpersonationInfo = value
public ImpersonationInfo QueryImpersonationInfo { get; set; }
public:
property ImpersonationInfo^ QueryImpersonationInfo {
ImpersonationInfo^ get ();
void set (ImpersonationInfo^ value);
}
member QueryImpersonationInfo : ImpersonationInfo with get, set
function get QueryImpersonationInfo () : ImpersonationInfo
function set QueryImpersonationInfo (value : ImpersonationInfo)
Значение свойства
Тип: Microsoft.AnalysisServices.ImpersonationInfo
The information of the current impersonation mode of the connection.