Compartir a través de


SetFilterForgottenKnowledge Método

Establece el conocimiento olvidado de filtro para el filtro especificado.

Espacio de nombres:  Microsoft.Synchronization
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

'Declaración
Public Sub SetFilterForgottenKnowledge ( _
    filterKey As UInteger, _
    filterForgottenKnowledge As SyncKnowledge _
)
'Uso
Dim instance As ChangeBatchBase
Dim filterKey As UInteger
Dim filterForgottenKnowledge As SyncKnowledge

instance.SetFilterForgottenKnowledge(filterKey, _
    filterForgottenKnowledge)
public void SetFilterForgottenKnowledge(
    uint filterKey,
    SyncKnowledge filterForgottenKnowledge
)
public:
void SetFilterForgottenKnowledge(
    unsigned int filterKey, 
    SyncKnowledge^ filterForgottenKnowledge
)
member SetFilterForgottenKnowledge : 
        filterKey:uint32 * 
        filterForgottenKnowledge:SyncKnowledge -> unit 
public function SetFilterForgottenKnowledge(
    filterKey : uint, 
    filterForgottenKnowledge : SyncKnowledge
)

Parámetros

  • filterKey
    Tipo: System. . :: . .UInt32
    Clave de filtro del filtro al que pertenece filterForgottenKnowledge.

Excepciones

Excepción Condición
ArgumentException

El lote de cambios no contiene un mapa de claves de filtro o filterKey es un valor no válido.

ArgumentNullException

filterKey es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .

ObjectDisposedException

Este objeto ChangeBatchBase se ha eliminado.

SyncInvalidOperationException

No se ha iniciado ningún grupo en el lote de cambios. También se produce esta excepción cuando un conocimiento olvidado de filtro ya se ha establecido para el filtro especificado por filterKey.

Notas

El conocimiento olvidado de filtro se aplica al grupo abierto actualmente.

Vea también

Referencia

ChangeBatchBase Clase

ChangeBatchBase Miembros

Microsoft.Synchronization Espacio de nombres