Partilhar via


Propriedade DbOutdatedEventArgs.RemoteSyncKnowledge

Obtém um objeto SyncKnowledge que contém o conhecimento do provedor remoto.

Esta propriedade não é compatível com CLS.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)

Sintaxe

'Declaração
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RemoteSyncKnowledge As SyncKnowledge
'Uso
Dim instance As DbOutdatedEventArgs
Dim value As SyncKnowledge

value = instance.RemoteSyncKnowledge
[CLSCompliantAttribute(false)] 
public SyncKnowledge RemoteSyncKnowledge { get; }
[CLSCompliantAttribute(false)] 
public:
property SyncKnowledge^ RemoteSyncKnowledge {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_RemoteSyncKnowledge ()
public function get RemoteSyncKnowledge () : SyncKnowledge

Valor da propriedade

Um objeto SyncKnowledge que contém o conhecimento do provedor remoto.

Consulte também

Referência

Classe DbOutdatedEventArgs
Membros DbOutdatedEventArgs
Namespace Microsoft.Synchronization.Data