SqlSyncProviderAdapterParameters Class

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

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

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

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

The SqlSyncProviderAdapterParameters type exposes the following members.

  NameDescription
Public methodSqlSyncProviderAdapterParametersInitializes a new instance of the SqlSyncProviderAdapterParameters class.
Top

  NameDescription
Public propertyFilterParametersGets the collection of filter parameters that are used to control which items are enumerated from the table specified in TableName.
Public propertyTableNameGets or sets the name of the SQL Server table that is associated with this set of parameters.
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: