Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As FilterParameterCollection
value = instance.TombstoneFilterParameters
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.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace