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 命名空间