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


AdomdCommand Constructor (String)

Initializes a new instance of the AdomdCommand class with the text of the command.

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

Синтаксис

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

Параметры

Платформы

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

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

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

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

См. также

Справочник

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdClient Namespace