다음을 통해 공유


AdomdDataAdapter Members

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

The following tables list the members exposed by the AdomdDataAdapter type.

Public Constructors

  이름 Description
AdomdDataAdapter Overloaded. Initializes a new instance of the AdomdDataAdapter class.

위쪽

Public Properties

(see also Protected Properties )

  이름 Description
ms141566.pubproperty(ko-kr,SQL.90).gif AcceptChangesDuringFill  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif AcceptChangesDuringUpdate  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif Container  (inherited from Component )
ms141566.pubproperty(ko-kr,SQL.90).gif ContinueUpdateOnError  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif DeleteCommand  (inherited from DbDataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif FillLoadOption  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif InsertCommand  (inherited from DbDataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif MissingMappingAction  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif MissingSchemaAction  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif ReturnProviderSpecificTypes  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif SelectCommand Gets or sets a command that is used to retrieve data from an analytical data source.
ms141566.pubproperty(ko-kr,SQL.90).gif Site  (inherited from Component )
ms141566.pubproperty(ko-kr,SQL.90).gif TableMappings  (inherited from DataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif UpdateBatchSize  (inherited from DbDataAdapter )
ms141566.pubproperty(ko-kr,SQL.90).gif UpdateCommand  (inherited from DbDataAdapter )

위쪽

Protected Properties

  이름 Description
ms141566.protproperty(ko-kr,SQL.90).gif CanRaiseEvents  (inherited from Component )
ms141566.protproperty(ko-kr,SQL.90).gif DesignMode  (inherited from Component )
ms141566.protproperty(ko-kr,SQL.90).gif Events  (inherited from Component )
ms141566.protproperty(ko-kr,SQL.90).gif FillCommandBehavior  (inherited from DbDataAdapter )

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms141566.pubmethod(ko-kr,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms141566.pubmethod(ko-kr,SQL.90).gif Dispose  Overloaded. (inherited from DbDataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms141566.pubmethod(ko-kr,SQL.90).gif Fill  Overloaded. (inherited from DbDataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif FillSchema  Overloaded. (inherited from DbDataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif GetFillParameters  (inherited from DbDataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms141566.pubmethod(ko-kr,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms141566.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms141566.pubmethod(ko-kr,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms141566.pubmethod(ko-kr,SQL.90).gifms141566.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms141566.pubmethod(ko-kr,SQL.90).gif ResetFillLoadOption  (inherited from DataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif ShouldSerializeAcceptChangesDuringFill  (inherited from DataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif ShouldSerializeFillLoadOption  (inherited from DataAdapter )
ms141566.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Component )
ms141566.pubmethod(ko-kr,SQL.90).gif Update Overloaded.  

위쪽

Protected Methods

  이름 Description
ms141566.protmethod(ko-kr,SQL.90).gif AddToBatch  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif ClearBatch  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif CloneInternals  Obsolete. (inherited from DataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif CreateRowUpdatedEvent  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif CreateRowUpdatingEvent  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif CreateTableMappings  (inherited from DataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif Dispose  Overloaded. (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif ExecuteBatch  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif Fill  Overloaded. (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif FillSchema  Overloaded. (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Component )
ms141566.protmethod(ko-kr,SQL.90).gif GetBatchedParameter  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif GetService  (inherited from Component )
ms141566.protmethod(ko-kr,SQL.90).gif HasTableMappings  (inherited from DataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif InitializeBatching  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
ms141566.protmethod(ko-kr,SQL.90).gif OnFillError  (inherited from DataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif OnRowUpdated  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif OnRowUpdating  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif ShouldSerializeTableMappings  (inherited from DataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif TerminateBatching  (inherited from DbDataAdapter )
ms141566.protmethod(ko-kr,SQL.90).gif Update  Overloaded. (inherited from DbDataAdapter )

위쪽

Public Events

  이름 Description
ms141566.pubevent(ko-kr,SQL.90).gif Disposed  (inherited from Component )
ms141566.pubevent(ko-kr,SQL.90).gif FillError  (inherited from DataAdapter )

위쪽

Explicit Interface Implementations

  이름 Description
System.ICloneable.Clone  (inherited from DbDataAdapter )
System.Data.IDataAdapter.TableMappings  (inherited from DataAdapter )
System.Data.IDbDataAdapter.DeleteCommand  
System.Data.IDbDataAdapter.InsertCommand  
System.Data.IDbDataAdapter.SelectCommand  (inherited from DbDataAdapter )
System.Data.IDbDataAdapter.UpdateCommand  

위쪽

참고 항목

참조

AdomdDataAdapter Class
Microsoft.AnalysisServices.AdomdClient Namespace