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