SqlSyncProviderFilterParameter Class

Contains a name and value pair for a filter parameter that controls what items are enumerated during synchronization.

System.Object
  Microsoft.Synchronization.Data.SqlServer.SqlSyncProviderFilterParameter

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

[SerializableAttribute]
public class SqlSyncProviderFilterParameter

The SqlSyncProviderFilterParameter type exposes the following members.

  NameDescription
Public methodSqlSyncProviderFilterParameter()Initializes a new instance of the SqlSyncProviderFilterParameter class.
Public methodSqlSyncProviderFilterParameter(SqlParameter)Initializes a new instance of the SqlSyncProviderFilterParameter class with the specified SqlParameter.
Top

  NameDescription
Public propertyParameterNameGets or sets the name of the filter parameter.
Public propertyValueGets or set the value of the filter parameter.
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

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: