Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Specifies the SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Property FilterClause As String
Get
Set
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As String
value = instance.FilterClause
instance.FilterClause = value
public string FilterClause { get; set; }
public:
property String^ FilterClause {
String^ get ();
void set (String^ value);
}
member FilterClause : string with get, set
function get FilterClause () : String
function set FilterClause (value : String)
Property Value
Type: System.String
The SQL WHERE clause (without the WHERE keyword) that is used to filter the result set from the base table.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
Microsoft.Synchronization.Data.SqlServer Namespace
Other Resources
How to: Filter Data for Database Synchronization (SQL Server)