Udostępnij za pośrednictwem


Konstruktor AdomdCommand (String, AdomdConnection)

Inicjuje nowe wystąpienie AdomdCommand klasy z tekstu polecenia i AdomdConnection.

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

Składnia

'Deklaracja
Public Sub New ( _
    commandText As String, _
    connection As AdomdConnection _
)
'Użycie
Dim commandText As String
Dim connection As AdomdConnection

Dim instance As New AdomdCommand(commandText, _
    connection)
public AdomdCommand(
    string commandText,
    AdomdConnection connection
)
public:
AdomdCommand(
    String^ commandText, 
    AdomdConnection^ connection
)
new : 
        commandText:string * 
        connection:AdomdConnection -> AdomdCommand
public function AdomdCommand(
    commandText : String, 
    connection : AdomdConnection
)

Parametry