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 继承。) | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
ContinueUpdateOnError | (从 DataAdapter 继承。) | |
DeleteCommand | (从 DbDataAdapter 继承。) | |
DesignMode | (从 Component 继承。) | |
Events | (从 Component 继承。) | |
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 继承。) |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。