SqlSyncProviderScopeParameters::AdapterParameters Property

Gets the collection of parameter sets associated with all of the tables in the scope.

Namespace:  Microsoft.Synchronization.Data.SqlServer
Assembly:  Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)

public:
property SqlSyncProviderAdapterParametersCollection^ AdapterParameters {
	SqlSyncProviderAdapterParametersCollection^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncProviderAdapterParametersCollection
The collection of parameter sets associated with all of the tables in the scope.
Show: