Command Constructor (String)
Initializes a new instance of the Command class using a name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
text As String _
)
public Command (
string text
)
public:
Command (
String^ text
)
public Command (
String text
)
public function Command (
text : String
)
Parameters
- text
A string containing the parameter reference.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Command Class
Command Members
Microsoft.AnalysisServices Namespace