Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft beim Konfigurieren eines Bereichs ein Array aller XML-Konfigurationselemente ab, die nicht von Sync Framework erkannt werden, oder legt es fest.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
<XmlAnyElementAttribute> _
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property UnmappedElements As XmlElement()
'Usage
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[])
Eigenschaftenwert
Ein Array aller XML-Konfigurationselemente, die nicht von Sync Framework erkannt werden.
Siehe auch
Verweis
SqlCeSyncProviderScopeConfiguration-Klasse
SqlCeSyncProviderScopeConfiguration-Member
Microsoft.Synchronization.Data.SqlServerCe-Namespace