Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- selectCommandText
Typ: System.String
A string that is used as a SelectCommand property of the adapter.
- selectConnectionString
Typ: System.String
A string with which the connection is initialized.