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 名前空間