次の方法で共有


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

名前を使用して、Command クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    text As String _
)
'使用
Dim text As String 

Dim instance As New Command(text)
public Command(
    string text
)
public:
Command(
    String^ text
)
new : 
        text:string -> Command
public function Command(
    text : String
)

パラメーター

  • text
    型: System.String
    パラメーター参照を表す String です。

関連項目

参照

Command クラス

Command オーバーロード

Microsoft.AnalysisServices 名前空間