AdomdDataAdapter Class

Represents a Microsoft .NET Framework data adapter for an analytical data source.

命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

语法

声明
Public NotInheritable Class AdomdDataAdapter
    Inherits DbDataAdapter
    Implements IDbDataAdapter, IDataAdapter
public sealed class AdomdDataAdapter : DbDataAdapter, IDbDataAdapter, IDataAdapter
public ref class AdomdDataAdapter sealed : public DbDataAdapter, IDbDataAdapter, IDataAdapter
public final class AdomdDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter
public final class AdomdDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter

备注

The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Data.Common.DataAdapter
         System.Data.Common.DbDataAdapter
          Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

AdomdDataAdapter Members
Microsoft.AnalysisServices.AdomdClient Namespace