SqlSyncProviderScopeParameters Class

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

System.Object
  Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderScopeParameters

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

'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderScopeParameters
'Usage
Dim instance As SqlSyncProviderScopeParameters

The SqlSyncProviderScopeParameters type exposes the following members.

  NameDescription
Public methodSqlSyncProviderScopeParametersInitializes a new instance of the SqlSyncProviderScopeParameters class.
Top

  NameDescription
Public propertyAdapterParametersGets the collection of parameter sets associated with all of the tables in the scope.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

This class is primarily used by Sync Framework for XML serialization.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: