Condividi tramite


Proprietà ImpersonationInfo.Account

Gets or sets the user account.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Account As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ImpersonationInfo Classe

Spazio dei nomi Microsoft.AnalysisServices