SqlSyncAdapterBuilder.TombstoneFilterClause Property
Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the tombstone table.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
<DefaultValueAttribute(Nothing)> _
Public Property TombstoneFilterClause As String
[DefaultValueAttribute(null)]
public string TombstoneFilterClause { get; set; }
[DefaultValueAttribute(nullptr)]
public:
property String^ TombstoneFilterClause {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TombstoneFilterClause ()
/** @property */
public void set_TombstoneFilterClause (String value)
public function get TombstoneFilterClause () : String
public function set TombstoneFilterClause (value : String)
Property Value
An SQL WHERE clause without the WHERE keyword.
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