Propriété ImpersonationInfo.Account
Gets or sets the user account.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Account As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String with the user account.