Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
Public Sub New ( _
selectCommand As AdomdCommand _
)
public AdomdDataAdapter (
AdomdCommand selectCommand
)
public:
AdomdDataAdapter (
AdomdCommand^ selectCommand
)
public AdomdDataAdapter (
AdomdCommand selectCommand
)
public function AdomdDataAdapter (
selectCommand : AdomdCommand
)
参数
- selectCommand
An AdomdCommand with which to set the SelectCommand property.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
AdomdDataAdapter Class
AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace