SqlSyncProvider Properties

Public Properties

  Name Description
Public property BatchingDirectory 
Gets or sets the directory in which batch files are spooled to disk.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property CleanupBatchingDirectory 
Gets or sets whether to clean up batching files after the changes in the files have been applied to the destination.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property Configuration 
Not implemented by RelationalSyncProvider. An exception of type NotSupportedException is thrown if you attempt to access this property.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property Connection 
Gets or sets an IDbConnection object that is used to connect to the database.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property DestinationCallbacks 
Gets an object that a synchronization application can use to register to receive notification of events that occur during synchronization.

This property is not CLS-compliant.
(Inherited from KnowledgeSyncProvider.)
Public property IdFormats 
Gets a SyncIdFormatGroup object that is used to identify entities in a synchronization session.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property MemoryDataCacheSize 
Gets or sets the maximum amount of memory (in KB) that Sync Framework uses to cache changes before spooling those changes to disk.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)
Public property ObjectPrefix
Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.

This property is not CLS-compliant.
Public property ObjectSchema
Gets or sets the optional database schema in which Sync Framework creates objects.

This property is not CLS-compliant.
Public property ScopeName Overridden.
Sets the name of the scope to synchronize, which is a logical group of tables with optional filters.

This property is not CLS-compliant.
Public property SyncProviderPosition 
Gets or sets a SyncProviderPosition enumeration value that represents whether a provider is associated with the local or remote database.

This property is not CLS-compliant.
(Inherited from RelationalSyncProvider.)

Top

See Also

Reference

SqlSyncProvider Class
Microsoft.Synchronization.Data.SqlServer Namespace