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


Свойство ImpersonationInfo.Account

Gets or sets the user account.

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

Синтаксис

'Декларация
Public Property Account As String 
    Get 
    Set
'Применение
Dim instance As ImpersonationInfo 
Dim value As String 

value = instance.Account

instance.Account = value
public string Account { get; set; }
public:
property String^ Account {
    String^ get ();
    void set (String^ value);
}
member Account : string with get, set
function get Account () : String 
function set Account (value : String)

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

Тип: System.String
A String with the user account.

См. также

Справочник

ImpersonationInfo Класс

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