Classe AdomdDataAdapter
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AdomdDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Utilizzo
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
Osservazioni
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data..::..IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Data.Common. . :: . .DataAdapter
System.Data.Common. . :: . .DbDataAdapter
Microsoft.AnalysisServices.AdomdClient..::..AdomdDataAdapter
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche