次の方法で共有


AdomdCommand コンストラクター (String)

コマンドのテキストを使用して、AdomdCommand クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター