Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the command to run.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Property CommandText As String
Get
Set
'Usage
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)
Property Value
Type: String
The command for the AdomdCommand. The default value is an empty string.
Implements
IDbCommandCommandText
Remarks
The CommandText property can take either a Multidimensional Expressions (MDX) command or an XML for Analysis compliant command (that is, a command that can be framed by the <Command> tag within an XML for Analysis request).