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 Represents a business logic command.
公共类 BusinessLogicConnection 基础结构。Represents a business logic connection.
公共类 BusinessLogicDataAdapter Represents the business logic data adapter.
公共类 BusinessLogicDataReader 基础结构。Represents a business logic data reader.
公共类 BusinessLogicModule Implements the custom business logic that is invoked during the merge replication synchronization process.
公共类 BusinessLogicParameter 基础结构。Represents a business logic parameter.
公共类 BusinessLogicParameterCollection 基础结构。Represents a collection of business logic parameter.
公共类 BusinessLogicResolver 基础结构。Represents a business logic resolver.
公共类 BusinessLogicRowUpdatedEventArgs 基础结构。Represents a business logic row updated event arguments.
公共类 BusinessLogicRowUpdatingEventArgs 基础结构。Represents a business logic row updating event arguments.
公共类 BusinessLogicTransaction 基础结构。Represents a business logic transaction.
公共类 IBusinessLogicResolver 基础结构。Represents a business logic resolver.
公共类 TempDB 基础结构。Represents a temporary database.
公共类 TempDBMetaData 基础结构。Represents a temporary database metadata.
公共类 TempDBResultSet 基础结构。Represents a temporary database result set.

委托

  委托 说明
公共委托 BusinessLogicRowUpdatedEventHandler 基础结构。Represents the method that will handle a row updated event.
公共委托 BusinessLogicRowUpdatingEventHandler 基础结构。Represents the method that will handle a row updating event.

枚举

  枚举 说明
公共枚举 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.