Compartir a través de


SyncStage Propiedad

Nota: esta API ya está obsoleta. Una alternativa actualizada es [Microsoft.Synchronization.Data.DataSyncException.SyncStage].

Obtiene o establece un valor de enumeración SyncStage que representa la fase de sincronización durante la cual se produjo el error.

Espacio de nombres:  Microsoft.Synchronization
Ensamblado:  Microsoft.Synchronization (en Microsoft.Synchronization.dll)

Sintaxis

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

Valor de la propiedad

Tipo: System. . :: . .Object
Devuelve un valor de enumeración SyncStage que representa la fase de sincronización durante la cual se produjo el error. Este miembro ha quedado obsoleto y siempre devuelve un valor NULL.

Notas

Este miembro ha quedado obsoleto y no se debe usar. En su lugar, use Microsoft.Synchronization.Data.DataSyncException.

Vea también

Referencia

SyncException Clase

SyncException Miembros

Microsoft.Synchronization Espacio de nombres