共用方式為


Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間

This assembly provides business logic that can be used in your application to respond to a number of conditions that occur during synchronization: data changes, conflicts, and errors. To create your own business logic handler, you must implement the specific methods of the BusinessLogicModule class that are required by your application. For more information on business logic handlers, see 在合併同步處理期間執行商務邏輯.

The Microsoft.SqlServer.Replication.BusinessLogicSupport namespace implements a number of public classes and delegates that support the SQL Server 2005 infrastructure and are not intended to be used directly from your code. Because they should not be used, these classes and delegate topic are not included in this reference documentation. Only the BusinessLogicModule class and the enumerated types should be used when writing your own business logic handler.

類別

  類別 說明
公用類別 BusinessLogicCommand
公用類別 BusinessLogicConnection 基礎結構。
公用類別 BusinessLogicDataAdapter
公用類別 BusinessLogicDataReader 基礎結構。
公用類別 BusinessLogicModule Implements the custom business logic that is invoked during the merge replication synchronization process.
公用類別 BusinessLogicParameter 基礎結構。
公用類別 BusinessLogicParameterCollection 基礎結構。
公用類別 BusinessLogicResolver 基礎結構。
公用類別 BusinessLogicRowUpdatedEventArgs 基礎結構。
公用類別 BusinessLogicRowUpdatingEventArgs 基礎結構。
公用類別 BusinessLogicTransaction 基礎結構。
公用類別 IBusinessLogicResolver 基礎結構。
公用類別 TempDB 基礎結構。
公用類別 TempDBMetaData 基礎結構。
公用類別 TempDBResultSet 基礎結構。

委派

  委派 說明
公用委派 BusinessLogicRowUpdatedEventHandler 基礎結構。
公用委派 BusinessLogicRowUpdatingEventHandler 基礎結構。

列舉

  列舉 說明
公用列舉 ActionOnDataChange Enumerates all actions that can be taken when handling data changes that do not result in a conflict.
公用列舉 ActionOnDataDelete Enumerates all actions that can be taken when replicating DELETE statements that do not result in a conflict.
公用列舉 ActionOnDataError Enumerates all actions that can be taken when handling data errors.
公用列舉 ActionOnUpdateConflict Enumerates all actions that can be taken when handling conflicting UPDATE statements.
公用列舉 ActionOnUpdateDeleteConflict Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.
公用列舉 ChangeStates Enumerates all data change states that custom business logic can handle during synchronization.
公用列舉 ConflictLogType Enumerates the supported conflict logging options available to a conflict handler.
公用列舉 ErrorLogType Enumerates the supported error logging options available.
公用列舉 SourceIdentifier Enumerates all sources of a data change.