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.
Gets the collection of filter parameters that are used to control which items are enumerated from the table specified in TableName.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public ReadOnly Property FilterParameters As Collection(Of SqlSyncProviderFilterParameter)
Get
'Usage
Dim instance As SqlSyncProviderAdapterParameters
Dim value As Collection(Of SqlSyncProviderFilterParameter)
value = instance.FilterParameters
public Collection<SqlSyncProviderFilterParameter> FilterParameters { get; }
public:
property Collection<SqlSyncProviderFilterParameter^>^ FilterParameters {
Collection<SqlSyncProviderFilterParameter^>^ get ();
}
member FilterParameters : Collection<SqlSyncProviderFilterParameter>
function get FilterParameters () : Collection<SqlSyncProviderFilterParameter>
Property Value
Type: System.Collections.ObjectModel.Collection<SqlSyncProviderFilterParameter>
The filter parameters for the associated table.