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 FilterClause.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public ReadOnly Property FilterParameters As FilterParameterCollection
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As FilterParameterCollection
value = instance.FilterParameters
public FilterParameterCollection FilterParameters { get; }
public:
property FilterParameterCollection^ FilterParameters {
FilterParameterCollection^ get ();
}
/** @property */
public FilterParameterCollection get_FilterParameters ()
public function get FilterParameters () : 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