共用方式為


SqlCeSyncProviderScopeConfiguration.UnmappedElements 屬性

在設定範圍時取得或設定 Sync Framework 無法辨識之任何 XML 組態元素的陣列。

命名空間: Microsoft.Synchronization.Data.SqlServerCe
組件: Microsoft.Synchronization.Data.SqlServerCe (在 microsoft.synchronization.data.sqlserverce.dll)

語法

'宣告
<XmlAnyElementAttribute> _
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property UnmappedElements As XmlElement()
'用途
Dim instance As SqlCeSyncProviderScopeConfiguration
Dim value As XmlElement()

value = instance.UnmappedElements

instance.UnmappedElements = value
[XmlAnyElementAttribute] 
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")] 
public XmlElement[] UnmappedElements { get; set; }
[XmlAnyElementAttribute] 
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")] 
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 組態元素的陣列。

請參閱

參考

SqlCeSyncProviderScopeConfiguration 類別
SqlCeSyncProviderScopeConfiguration 成員
Microsoft.Synchronization.Data.SqlServerCe 命名空間