SqlSyncProviderScopeParameters Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SqlSyncProviderScopeParameters
'Usage
Dim instance As SqlSyncProviderScopeParameters
[SerializableAttribute]
public class SqlSyncProviderScopeParameters
[SerializableAttribute]
public ref class SqlSyncProviderScopeParameters
[<SerializableAttribute>]
type SqlSyncProviderScopeParameters =  class end
public class SqlSyncProviderScopeParameters

The SqlSyncProviderScopeParameters type exposes the following members.

Constructors

  Name Description
Public method SqlSyncProviderScopeParameters Initializes a new instance of the SqlSyncProviderScopeParameters class.

Top

Properties

  Name Description
Public property AdapterParameters Gets the collection of parameter sets associated with all of the tables in the scope.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data.SqlServer Namespace