Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.