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.
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.