Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub New ( _
selectCommandText As String, _
selectConnectionString As String _
)
'Usage
Dim selectCommandText As String
Dim selectConnectionString As String
Dim instance As New AdomdDataAdapter(selectCommandText, _
selectConnectionString)
public AdomdDataAdapter(
string selectCommandText,
string selectConnectionString
)
public:
AdomdDataAdapter(
String^ selectCommandText,
String^ selectConnectionString
)
new :
selectCommandText:string *
selectConnectionString:string -> AdomdDataAdapter
public function AdomdDataAdapter(
selectCommandText : String,
selectConnectionString : String
)
Parameters
- selectCommandText
Type: System.String
A string that is used as a SelectCommand property of the adapter.
- selectConnectionString
Type: System.String
A string with which the connection is initialized.