AdomdDataAdapter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdomdDataAdapter() |
Initializes a new instance of the AdomdDataAdapter class. |
AdomdDataAdapter(AdomdCommand) |
Initializes a new instance of the AdomdDataAdapter class. |
AdomdDataAdapter(String, AdomdConnection) |
Initializes a new instance of the AdomdDataAdapter class. |
AdomdDataAdapter(String, String) |
Initializes a new instance of the AdomdDataAdapter class. |
AdomdDataAdapter()
Initializes a new instance of the AdomdDataAdapter class.
public AdomdDataAdapter ();
Public Sub New ()
Applies to
AdomdDataAdapter(AdomdCommand)
Initializes a new instance of the AdomdDataAdapter class.
public AdomdDataAdapter (Microsoft.AnalysisServices.AdomdClient.AdomdCommand selectCommand);
new Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter : Microsoft.AnalysisServices.AdomdClient.AdomdCommand -> Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter
Public Sub New (selectCommand As AdomdCommand)
Parameters
- selectCommand
- AdomdCommand
selectCommand
Applies to
AdomdDataAdapter(String, AdomdConnection)
Initializes a new instance of the AdomdDataAdapter class.
public AdomdDataAdapter (string selectCommandText, Microsoft.AnalysisServices.AdomdClient.AdomdConnection selectConnection);
new Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter : string * Microsoft.AnalysisServices.AdomdClient.AdomdConnection -> Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter
Public Sub New (selectCommandText As String, selectConnection As AdomdConnection)
Parameters
- selectCommandText
- String
selectCommandText
- selectConnection
- AdomdConnection
selectConnection
Applies to
AdomdDataAdapter(String, String)
Initializes a new instance of the AdomdDataAdapter class.
public AdomdDataAdapter (string selectCommandText, string selectConnectionString);
new Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter : string * string -> Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter
Public Sub New (selectCommandText As String, selectConnectionString As String)
Parameters
- selectCommandText
- String
selectCommandText
- selectConnectionString
- String
selectConnectionString