Freigeben über


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
)

Parameter

  • text
    A string containing the parameter reference.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Command Class
Command Members
Microsoft.AnalysisServices Namespace