共用方式為


AdomdCommand 建構函式 (String, AdomdConnection)

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

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

語法

'宣告
Public Sub New ( _
    commandText As String, _
    connection As AdomdConnection _
)
'用途
Dim commandText As String 
Dim connection As AdomdConnection 

Dim instance As New AdomdCommand(commandText, _
    connection)
public AdomdCommand(
    string commandText,
    AdomdConnection connection
)
public:
AdomdCommand(
    String^ commandText, 
    AdomdConnection^ connection
)
new : 
        commandText:string * 
        connection:AdomdConnection -> AdomdCommand
public function AdomdCommand(
    commandText : String, 
    connection : AdomdConnection
)

參數

請參閱

參考

AdomdCommand 類別

AdomdCommand 多載

Microsoft.AnalysisServices.AdomdClient 命名空間