다음을 통해 공유


SyncException.SyncSource 속성

참고: 이 속성은 더 이상 사용되지 않습니다.  

예외를 throw한 구성 요소의 이름을 가져오거나 설정합니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", True)> _
Public Property SyncSource As Object
‘사용 방법
Dim instance As SyncException
Dim value As Object

value = instance.SyncSource

instance.SyncSource = value
[ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] 
public Object SyncSource { get; set; }
[ObsoleteAttribute(L"You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] 
public:
property Object^ SyncSource {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_SyncSource ()

/** @property */
public void set_SyncSource (Object value)
public function get SyncSource () : Object

public function set SyncSource (value : Object)

속성 값

예외를 throw한 구성 요소의 이름을 반환합니다. 이 멤버는 더 이상 사용되지 않으며 항상 null 참조(Visual Basic에서는 Nothing)을 반환합니다.

주의

이 멤버는 더 이상 사용되지 않으며 사용하면 안 됩니다. 대신 Microsoft.Synchronization.Data.DataSyncException을 사용하십시오.

참고 항목

참조

SyncException 클래스
SyncException 멤버
Microsoft.Synchronization 네임스페이스