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