次の方法で共有


SqlSyncProviderScopeConfiguration.UnmappedElements プロパティ

スコープが構成されているときに Sync Framework で認識されないすべての XML 構成要素の配列を取得または設定します。

名前空間: Microsoft.Synchronization.Data.SqlServer
アセンブリ: Microsoft.Synchronization.Data.SqlServer (microsoft.synchronization.data.sqlserver.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
<XmlAnyElementAttribute> _
Public Property UnmappedElements As XmlElement()
'使用
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[])

プロパティ値

Sync Framework で認識されないすべての XML 構成要素の配列。

参照

リファレンス

SqlSyncProviderScopeConfiguration クラス
SqlSyncProviderScopeConfiguration メンバー
Microsoft.Synchronization.Data.SqlServer 名前空間