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
)
매개 변수
- text
형식: System. . :: . .String
A string containing the parameter reference.