Propriété DbOutdatedEventArgs.RemoteSyncKnowledge
Obtient un objet SyncKnowledge qui contient la connaissance du fournisseur distant.
Cette propriété n'est pas conforme CLS.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RemoteSyncKnowledge As SyncKnowledge
'Utilisation
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
Valeur de propriété
Objet SyncKnowledge qui contient la connaissance du fournisseur distant.
Voir aussi
Référence
Classe DbOutdatedEventArgs
Membres DbOutdatedEventArgs
Espace de noms Microsoft.Synchronization.Data