DbOutdatedEventArgs.RemoteSyncKnowledge 属性

获取包含远程提供程序的知识的 SyncKnowledge 对象。

此属性不符合 CLS。  

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RemoteSyncKnowledge As SyncKnowledge
用法
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

属性值

包含远程提供程序的知识的 SyncKnowledge 对象。

请参阅

参考

DbOutdatedEventArgs 类
DbOutdatedEventArgs 成员
Microsoft.Synchronization.Data 命名空间