Поделиться через


Свойство Database.DataSourceImpersonationInfo

Gets or sets the impersonation information associated with a Database.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property DataSourceImpersonationInfo As ImpersonationInfo 
    Get 
    Set
'Применение
Dim instance As Database 
Dim value As ImpersonationInfo 

value = instance.DataSourceImpersonationInfo

instance.DataSourceImpersonationInfo = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public ImpersonationInfo DataSourceImpersonationInfo { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property ImpersonationInfo^ DataSourceImpersonationInfo {
    ImpersonationInfo^ get ();
    void set (ImpersonationInfo^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ImpersonationInfoTypeConverter, Microsoft.AnalysisServices.Design")>]
member DataSourceImpersonationInfo : ImpersonationInfo with get, set
function get DataSourceImpersonationInfo () : ImpersonationInfo 
function set DataSourceImpersonationInfo (value : ImpersonationInfo)

Значение свойства

Тип: Microsoft.AnalysisServices.ImpersonationInfo
Security related impersonation information.

См. также

Справочник

Database Класс

Пространство имен Microsoft.AnalysisServices