다음을 통해 공유


Command 생성자 (String)

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
)

매개 변수