AdomdDataAdapter Constructor (String, String)

Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.

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

Синтаксис

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

Параметры

  • selectCommandText
    A string that is used as a SelectCommand property of the adapter.
  • selectConnectionString
    A string with which the connection is 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