Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of any XML configuration elements that are not recognized by Sync Framework when an adapter is configured.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlAnyElementAttribute> _
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property UnmappedElements As XmlElement()
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
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[])
Property Value
An array of any XML configuration elements that are not recognized by Sync Framework.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace