Account propriété
Gets or sets the user account.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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 la propriété
Type : System. . :: . .String
A system.string with the user account.
Voir aussi