AdomdCommand constructeur (String)
Initializes a new instance of the AdomdCommand class with the text of the command.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub New ( _
As String _
)
'Utilisation
Dim As String
Dim instance As New AdomdCommand()
public AdomdCommand(
string
)
public:
AdomdCommand(
String^
)
new :
:string -> AdomdCommand
public function AdomdCommand(
: String
)
Paramètres
- __unnamed0
Type : System. . :: . .String
The command to be run by the AdomdCommand.