共用方式為


AdomdCommand 建構函式 (String)

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Sub New ( _
    commandText As String _
)
'用途
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
)

參數

請參閱

參考

AdomdCommand 類別

AdomdCommand 多載

Microsoft.AnalysisServices.AdomdClient 命名空間