Share via


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)

Syntax

'Declaration
Public ReadOnly Property AdapterParameters As SqlSyncProviderAdapterParametersCollection
    Get
'Usage
Dim instance As SqlSyncProviderScopeParameters
Dim value As SqlSyncProviderAdapterParametersCollection

value = instance.AdapterParameters
public SqlSyncProviderAdapterParametersCollection AdapterParameters { get; }
public:
property SqlSyncProviderAdapterParametersCollection^ AdapterParameters {
    SqlSyncProviderAdapterParametersCollection^ get ();
}
member AdapterParameters : SqlSyncProviderAdapterParametersCollection
function get AdapterParameters () : SqlSyncProviderAdapterParametersCollection

Property Value

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

See Also

Reference

SqlSyncProviderScopeParameters Class

Microsoft.Synchronization.Data.SqlServer Namespace