Compartir a través de


AdomdCommand Constructor (String)

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Sub New ( _
    commandText As String _
)
'Uso
Dim commandText As String

Dim instance As New AdomdCommand(commandText)
public AdomdCommand(
    string commandText
)
public:
AdomdCommand(
    String^ commandText
)
new : 
        commandText:string -> AdomdCommand
public function AdomdCommand(
    commandText : String
)

Parámetros