Command Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Command() |
Initializes a new instance of Command using the default values. |
Command(String) |
Initializes a new instance of the Command class using the specified text. |
Command()
Initializes a new instance of Command using the default values.
public Command ();
Public Sub New ()
Applies to
Command(String)
Initializes a new instance of the Command class using the specified text.
public Command (string text);
new Microsoft.AnalysisServices.Command : string -> Microsoft.AnalysisServices.Command
Public Sub New (text As String)
Parameters
- text
- String
A string containing the text for the command.