Condividi tramite


Proprietà SyncException.SyncSource

NOTA: questa proprietà è obsoleta.  

Ottiene o imposta il nome del componente che ha generato l'eccezione.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
<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
'Utilizzo
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)

Valore proprietà

Restituisce il nome del componente che ha generato l'eccezione. Questo membro è obsoleto e restituisce sempre Null.

Osservazioni

Il membro è obsoleto e non deve essere utilizzato. In sostituzione, utilizzare Microsoft.Synchronization.Data.DataSyncException.

Vedere anche

Riferimento

Classe SyncException
Membri SyncException
Spazio dei nomi Microsoft.Synchronization