Dela via


SqlSyncProviderFilterParameter Class

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

Inheritance Hierarchy

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

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

Syntax

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

The SqlSyncProviderFilterParameter type exposes the following members.

Constructors

  Name Description
Public method SqlSyncProviderFilterParameter() Initializes a new instance of the SqlSyncProviderFilterParameter class.
Public method SqlSyncProviderFilterParameter(SqlParameter) Initializes a new instance of the SqlSyncProviderFilterParameter class with the specified SqlParameter.

Top

Properties

  Name Description
Public property ParameterName Gets or sets the name of the filter parameter.
Public property Value Gets or set the value of the filter parameter.

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

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