Compartir a través de


ImpersonationInfo.Account Propiedad

Gets or sets the user account.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Account As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String with the user account.

Vea también

Referencia

ImpersonationInfo Clase

Espacio de nombres Microsoft.AnalysisServices