Partager via


AdomdDataAdapter Constructor (String, String)

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

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace