Поделиться через


Command Constructor (String)

Initializes a new instance of the Command class using a name.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    text As String _
)
public Command (
    string text
)
public:
Command (
    String^ text
)
public Command (
    String text
)
public function Command (
    text : String
)

Параметры

  • text
    A string containing the parameter reference.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Command Class
Command Members
Microsoft.AnalysisServices Namespace