共用方式為


Command 建構函式 (String)

Initializes a new instance of the Command class using a name.

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

參數