Udostępnij przez


Konstruktor AdomdCommand (String)

Inicjuje nowe wystąpienie AdomdCommand klasy z tekstem polecenia.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Sub New ( _
     As String _
)
'Użycie
Dim  As String

Dim instance As New AdomdCommand()
public AdomdCommand(
    string 
)
public:
AdomdCommand(
    String^ 
)
new : 
        :string -> AdomdCommand
public function AdomdCommand(
     : String
)

Parametry