Construtor AdomdCommand
Initializes a new instance of the AdomdCommand class with default values.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New AdomdCommand()
public AdomdCommand()
public:
AdomdCommand()
new : unit -> AdomdCommand
public function AdomdCommand()
Comentários
The default constructor initializes any fields to their default values.
Consulte também