Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub New ( _
selectCommandText As String, _
selectConnection As AdomdConnection _
)
'Utilisation
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
)
Paramètres
- selectCommandText
Type : System.String
A string that is used as a SelectCommand property of the adapter.
- selectConnection
Type : Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection with which the connection is to be initialized.