SqlSyncProviderAdapterConfiguration Members

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
Public method SqlSyncProviderAdapterConfiguration Initializes a new instance of the SqlSyncProviderAdapterConfiguration class.

Top

Public Properties

  Name Description
Public property Columns Gets a collection of DbSyncColumnDescription objects that represent all columns in a table.
Public property DeleteMetadataProcName Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.
Public property DeleteProcName Gets or sets the name of the stored procedure that Sync Framework uses to delete data from a base table during synchronization.
Public property 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.
Public property GlobalTableName Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.
Public property InsertMetadataProcName Gets or sets the name of the stored procedure that Sync Framework uses to insert metadata into a tracking table.
Public property InsertProcName Gets or sets the name of the stored procedure that Sync Framework uses to insert data into a base table during synchronization.
Public property 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.
Public property SelectChangesProcName Gets or sets the name of the stored procedure that Sync Framework uses to select changes from a base table during synchronization.
Public property SelectRowProcName Gets or sets the name of the stored procedure that Sync Framework uses to select conflicting rows from a base table during synchronization.
Public property TableName Gets or sets the name, not including database-specific delimiters, that the local node in a synchronization topology uses to identify a table.
Public property TrackingTableName Gets the name, not including database-specific delimiters, of the tracking table for a specific base table.
Public property UnmappedElements Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
Public property UnquotedTrackingTableName Gets the name, not including database-specific delimiters, of the tracking table for a specific base table.
Public property UpdateMetadataProcName Gets or sets the name of the stored procedure that Sync Framework uses to update metadata in a tracking table.
Public property UpdateProcName Gets or sets the name of the stored procedure that Sync Framework uses to update data in a base table during synchronization.
Public property 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
Public method BuildAdapter Creates and returns a DbSyncAdapter object that represents a table in a SQL Server database.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd937417.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SqlSyncProviderAdapterConfiguration Class
Microsoft.Synchronization.Data.SqlServer Namespace