SyncSource-Eigenschaft

Hinweis: Die API ist mittlerweile veraltet. Die nicht veraltete Alternative ist [Microsoft.Synchronization.Data.DataSyncException.SyncSource].

Ruft den Namen der Komponente ab, die die Ausnahme ausgelöst hat, oder legt diesen fest.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
<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
    Get
    Set
'Usage
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);
}
[<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
    true)>]
member SyncSource : Object with get, set
function get SyncSource () : Object
function set SyncSource (value : Object)

Eigenschaftenwert

Typ: System. . :: . .Object
Gibt den Namen der Komponente zurück, die die Ausnahme ausgelöst hat. Dieser Member ist veraltet und gibt immer NULL zurück.

Hinweise

Dieser Member ist veraltet und sollte nicht verwendet werden. Verwenden Sie stattdessen Microsoft.Synchronization.Data.DataSyncException.

Siehe auch

Verweis

SyncException Klasse

SyncException-Member

Microsoft.Synchronization-Namespace