AdomdCommand 생성자 (String)
Initializes a new instance of the AdomdCommand class with the text of the command.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Sub New ( _
commandText As String _
)
‘사용 방법
Dim commandText As String
Dim instance As New AdomdCommand(commandText)
public AdomdCommand(
string commandText
)
public:
AdomdCommand(
String^ commandText
)
new :
commandText:string -> AdomdCommand
public function AdomdCommand(
commandText : String
)
매개 변수
- commandText
유형: System. . :: . .String
The command to be run by the AdomdCommand.