Condividi tramite


Proprietà SyncException.SyncStage

NOTA: questa proprietà è obsoleta.  

Ottiene o imposta un valore dell'enumerazione SyncStage che rappresenta la fase della sincronizzazione durante la quale si è verificato l'errore.

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 SyncStage As Object
'Utilizzo
Dim instance As SyncException
Dim value As Object

value = instance.SyncStage

instance.SyncStage = 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 SyncStage { 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^ SyncStage {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_SyncStage ()

/** @property */
public void set_SyncStage (Object value)
public function get SyncStage () : Object

public function set SyncStage (value : Object)

Valore proprietà

Restituisce un valore dell'enumerazione SyncStage che rappresenta la fase della sincronizzazione durante la quale si è verificato l'errore. 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