다음을 통해 공유


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
)

매개 변수

  • text
    유형: System.String
    A string containing the parameter reference.

참고 항목

참조

Command 클래스

Command 오버로드

Microsoft.AnalysisServices 네임스페이스