SqlCeSyncProviderAdapterConfiguration.UnmappedElements 属性

获取或设置当配置适配器时 Sync Framework 无法识别的任何 XML 配置元素的数组。

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

语法

声明
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
<XmlAnyElementAttribute> _
Public Property UnmappedElements As XmlElement()
用法
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As XmlElement()

value = instance.UnmappedElements

instance.UnmappedElements = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
[XmlAnyElementAttribute] 
public XmlElement[] UnmappedElements { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")] 
[XmlAnyElementAttribute] 
public:
property array<XmlElement^>^ UnmappedElements {
    array<XmlElement^>^ get ();
    void set (array<XmlElement^>^ value);
}
/** @property */
public XmlElement[] get_UnmappedElements ()

/** @property */
public void set_UnmappedElements (XmlElement[] value)
public function get UnmappedElements () : XmlElement[]

public function set UnmappedElements (value : XmlElement[])

属性值

Sync Framework 无法识别的任何 XML 配置元素的数组。

请参阅

参考

SqlCeSyncProviderAdapterConfiguration 类
SqlCeSyncProviderAdapterConfiguration 成员
Microsoft.Synchronization.Data.SqlServerCe 命名空间