SqlSyncProviderAdapterParameters Class

Represents a set of parameters and the name of their associated table.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderAdapterParameters

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

Syntax

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

The SqlSyncProviderAdapterParameters type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property FilterParameters Gets the collection of filter parameters that are used to control which items are enumerated from the table specified in TableName.
Public property TableName Gets or sets the name of the SQL Server table that is associated with this set of parameters.

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