Condividi tramite


AdomdDataAdapter Constructor (String, String)

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • selectCommandText
    A string that is used as a SelectCommand property of the adapter.
  • selectConnectionString
    A string with which the connection is initialized.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace