SqlCeSyncProviderScopeConfiguration.UnmappedElements 속성
범위가 구성될 때 Sync Framework에서 인식하지 않는 XML 구성 요소의 배열을 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.Data.SqlServerCe
어셈블리: microsoft.synchronization.data.sqlserverce.dll의 Microsoft.Synchronization.Data.SqlServerCe
구문
‘선언
<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 네임스페이스