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.