BusinessLogicDataAdapter 類別
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Data.Common. . :: . .DataAdapter
System.Data.Common. . :: . .DbDataAdapter
Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicDataAdapter
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public Class BusinessLogicDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'用途
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter,
IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter,
IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =
class
inherit DbDataAdapter
interface IDbDataAdapter
interface IDataAdapter
end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter
BusinessLogicDataAdapter 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AcceptChangesDuringFill | (繼承自 DataAdapter。) | |
AcceptChangesDuringUpdate | (繼承自 DataAdapter。) | |
CanRaiseEvents | (繼承自 Component。) | |
Container | (繼承自 Component。) | |
ContinueUpdateOnError | (繼承自 DataAdapter。) | |
DeleteCommand | ||
DesignMode | (繼承自 Component。) | |
Events | (繼承自 Component。) | |
FillCommandBehavior | (繼承自 DbDataAdapter。) | |
FillLoadOption | (繼承自 DataAdapter。) | |
InsertCommand | ||
MissingMappingAction | (繼承自 DataAdapter。) | |
MissingSchemaAction | (繼承自 DataAdapter。) | |
ReturnProviderSpecificTypes | (繼承自 DataAdapter。) | |
SelectCommand | ||
Site | (繼承自 Component。) | |
TableMappings | (繼承自 DataAdapter。) | |
UpdateBatchSize | (繼承自 DbDataAdapter。) | |
UpdateCommand |
上層
方法
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .SelectCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (繼承自 DbDataAdapter。) | |
IDataAdapter. . :: . .TableMappings | (繼承自 DataAdapter。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。