AdomdDataAdapter Constructor (AdomdCommand)
Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public Sub New ( _
selectCommand As AdomdCommand _
)
public AdomdDataAdapter (
AdomdCommand selectCommand
)
public:
AdomdDataAdapter (
AdomdCommand^ selectCommand
)
public AdomdDataAdapter (
AdomdCommand selectCommand
)
public function AdomdDataAdapter (
selectCommand : AdomdCommand
)
Parameters
- selectCommand
An AdomdCommand with which to set the SelectCommand property.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace