Propriété SqlSyncProviderScopeConfiguration.UnmappedElements
Obtient ou définit un tableau de tous les éléments de configuration XML qui ne sont pas reconnus par Sync Framework lorsqu'une étendue est configurée.
Espace de noms: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (dans microsoft.synchronization.data.sqlserver.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
<XmlAnyElementAttribute> _
Public Property UnmappedElements As XmlElement()
'Utilisation
Dim instance As SqlSyncProviderScopeConfiguration
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[])
Valeur de propriété
Tableau de tous les éléments de configuration XML qui ne sont pas reconnus par Sync Framework.
Voir aussi
Référence
Classe SqlSyncProviderScopeConfiguration
Membres SqlSyncProviderScopeConfiguration
Espace de noms Microsoft.Synchronization.Data.SqlServer