Поделиться через


Конструктор AdomdDataAdapter (String, AdomdConnection)

Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Sub New ( _
    selectCommandText As String, _
    selectConnection As AdomdConnection _
)
'Применение
Dim selectCommandText As String 
Dim selectConnection As AdomdConnection 

Dim instance As New AdomdDataAdapter(selectCommandText, _
    selectConnection)
public AdomdDataAdapter(
    string selectCommandText,
    AdomdConnection selectConnection
)
public:
AdomdDataAdapter(
    String^ selectCommandText, 
    AdomdConnection^ selectConnection
)
new : 
        selectCommandText:string * 
        selectConnection:AdomdConnection -> AdomdDataAdapter
public function AdomdDataAdapter(
    selectCommandText : String, 
    selectConnection : AdomdConnection
)

Параметры

См. также

Справочник

AdomdDataAdapter Класс

Перегрузка AdomdDataAdapter

Пространство имен Microsoft.AnalysisServices.AdomdClient