SqlSyncProviderFilterParameter Class
Contains a name and value pair for a filter parameter that controls what items are enumerated during synchronization.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
The SqlSyncProviderFilterParameter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlSyncProviderFilterParameter() | Initializes a new instance of the SqlSyncProviderFilterParameter class. |
![]() | SqlSyncProviderFilterParameter(SqlParameter) | Initializes a new instance of the SqlSyncProviderFilterParameter class with the specified SqlParameter. |
| Name | Description | |
|---|---|---|
![]() | ParameterName | Gets or sets the name of the filter parameter. |
![]() | Value | Gets or set the value of the filter parameter. |
Show:
