AdomdDataAdapter Constructor (String, AdomdConnection)

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

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

Синтаксис

'Декларация
Public Sub New ( _
    selectCommandText As String, _
    selectConnection As AdomdConnection _
)
public AdomdDataAdapter (
    string selectCommandText,
    AdomdConnection selectConnection
)
public:
AdomdDataAdapter (
    String^ selectCommandText, 
    AdomdConnection^ selectConnection
)
public AdomdDataAdapter (
    String selectCommandText, 
    AdomdConnection selectConnection
)
public function AdomdDataAdapter (
    selectCommandText : String, 
    selectConnection : AdomdConnection
)

Параметры

  • selectCommandText
    A string that is used as a SelectCommand property of the adapter.
  • selectConnection
    An AdomdConnection with which the connection is to be initialized.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace