AdomdDataAdapter 類別
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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。