SqlSyncAdapterBuilder.TombstoneFilterParameters Property

Gets a collection of filter parameters that are used in the TombstoneFilterClause.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
Public ReadOnly Property TombstoneFilterParameters As FilterParameterCollection
public FilterParameterCollection TombstoneFilterParameters { get; }
public:
property FilterParameterCollection^ TombstoneFilterParameters {
    FilterParameterCollection^ get ();
}
/** @property */
public FilterParameterCollection get_TombstoneFilterParameters ()
public function get TombstoneFilterParameters () : FilterParameterCollection

Property Value

A FilterParameterCollection of SqlParameter objects.

Example

For a code example, see How to: Filter Rows and Columns.

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace