Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.
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