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. |