Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.