Represents a Microsoft .NET Framework data adapter for an analytical data source.
상속 계층
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public NotInheritable Class AdomdDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
‘사용 방법
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
AdomdDataAdapter 유형에서 다음 멤버를 표시합니다.
생성자
| 이름 | 설명 | |
|---|---|---|
![]() |
AdomdDataAdapter() | Initializes a new instance of the AdomdDataAdapter class with default values. |
![]() |
AdomdDataAdapter(AdomdCommand) | Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command. |
![]() |
AdomdDataAdapter(String, AdomdConnection) | Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection. |
![]() |
AdomdDataAdapter(String, String) | Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string. |
맨 위로 이동
속성
| 이름 | 설명 | |
|---|---|---|
![]() |
AcceptChangesDuringFill | (DataAdapter에서 상속됨) |
![]() |
AcceptChangesDuringUpdate | (DataAdapter에서 상속됨) |
![]() |
Container | (Component에서 상속됨) |
![]() |
ContinueUpdateOnError | (DataAdapter에서 상속됨) |
![]() |
DeleteCommand | (DbDataAdapter에서 상속됨) |
![]() |
FillCommandBehavior | (DbDataAdapter에서 상속됨) |
![]() |
FillLoadOption | (DataAdapter에서 상속됨) |
![]() |
InsertCommand | (DbDataAdapter에서 상속됨) |
![]() |
MissingMappingAction | (DataAdapter에서 상속됨) |
![]() |
MissingSchemaAction | (DataAdapter에서 상속됨) |
![]() |
ReturnProviderSpecificTypes | (DataAdapter에서 상속됨) |
![]() |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. |
![]() |
Site | (Component에서 상속됨) |
![]() |
TableMappings | (DataAdapter에서 상속됨) |
![]() |
UpdateBatchSize | (DbDataAdapter에서 상속됨) |
![]() |
UpdateCommand | (DbDataAdapter에서 상속됨) |
맨 위로 이동
메서드
맨 위로 이동
이벤트
| 이름 | 설명 | |
|---|---|---|
![]() |
Disposed | (Component에서 상속됨) |
![]() |
FillError | (DataAdapter에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
| 이름 | 설명 | |
|---|---|---|
![]() ![]() |
IDbDataAdapter.DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() ![]() |
IDbDataAdapter.InsertCommand | Gets or sets an SQL statement used to insert new records into the data source. |
![]() ![]() |
IDbDataAdapter.UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
![]() ![]() |
ICloneable.Clone | (DbDataAdapter에서 상속됨) |
![]() ![]() |
IDbDataAdapter.SelectCommand | (DbDataAdapter에서 상속됨) |
![]() ![]() |
IDataAdapter.TableMappings | (DataAdapter에서 상속됨) |
맨 위로 이동
주의
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)