AdomdDataAdapter Class

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class AdomdDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Usage
Dim instance As AdomdDataAdapter
public sealed class AdomdDataAdapter : DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
public ref class AdomdDataAdapter sealed : public DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
[<SealedAttribute>]
type AdomdDataAdapter =  
    class
        inherit DbDataAdapter
        interface IDbDataAdapter
        interface IDataAdapter
    end
public final class AdomdDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter

Remarks

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

Thread Safety

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