Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents synchronization adapter configuration for a table in a SQL Server database.
The following tables list the members exposed by the SqlSyncProviderAdapterConfiguration type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
SqlSyncProviderAdapterConfiguration | Initializes a new instance of the SqlSyncProviderAdapterConfiguration class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Columns | Gets a collection of DbSyncColumnDescription objects that represent all columns in a table. |
![]() |
DeleteMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table. |
![]() |
DeleteProcName | Gets or sets the name of the stored procedure that Sync Framework uses to delete data from a base table during synchronization. |
![]() |
DeleteTriggerName | Gets or sets the name of the delete trigger that Sync Framework creates on a base table to update metadata in a tracking table. |
![]() |
GlobalTableName | Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table. |
![]() |
InsertMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to insert metadata into a tracking table. |
![]() |
InsertProcName | Gets or sets the name of the stored procedure that Sync Framework uses to insert data into a base table during synchronization. |
![]() |
InsertTriggerName | Gets or sets the name of the insert trigger that Sync Framework creates on a base table to update metadata in a tracking table. |
![]() |
SelectChangesProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select changes from a base table during synchronization. |
![]() |
SelectRowProcName | Gets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a base table during synchronization. |
![]() |
TableName | Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table. |
![]() |
TrackingTableName | Gets the name, not including database-specific delimiters, of the tracking table for a specific base table. |
![]() |
UnmappedElements | Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured. |
![]() |
UnquotedTrackingTableName | Gets the name, not including database-specific delimiters, of the tracking table for a specific base table. |
![]() |
UpdateMetadataProcName | Gets or sets the name of the stored procedure that Sync Framework uses to update metadata in a tracking table. |
![]() |
UpdateProcName | Gets or sets the name of the stored procedure that Sync Framework uses to update data in a base table during synchronization. |
![]() |
UpdateTriggerName | Gets or sets the name of the update trigger that Sync Framework creates on a base table to update metadata in a tracking table. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
BuildAdapter | Creates and returns a DbSyncAdapter object that represents a table in a SQL Server database. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
Microsoft.Synchronization.Data.SqlServer Namespace