Classe AdomdDataAdapter

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Utilisation
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

Notes

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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.