Partager via


Propriété AdomdCommand.CommandText

Obtient ou définit la commande à exécuter.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Property CommandText As String 
    Get 
    Set
'Utilisation
Dim instance As AdomdCommand 
Dim value As String 

value = instance.CommandText

instance.CommandText = value
public string CommandText { get; set; }
public:
virtual property String^ CommandText {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract CommandText : string with get, set 
override CommandText : string with get, set
final function get CommandText () : String 
final function set CommandText (value : String)

Valeur de propriété

Type : String
Commande pour le AdomdCommand.La valeur par défaut est un string vide.

Implémente

IDbCommandCommandText

Notes

La propriété CommandText peut prendre une commande MDX (Multidimensional Expressions) ou une commande compatible XML for Analysis (c'est-à-dire, une commande qui peut être encadrée par une balise <Command> dans une requête XML for Analysis).

Voir aussi

Référence

AdomdCommand Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer