Compartilhar via


Propriedade SyncSource

Observação: esta API agora está obsoleta. A alternativa não obsoleta é [Microsoft.Synchronization.Data.DataSyncException.SyncSource].

Obtém ou define o nome do componente que lançou a exceção.

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

Sintaxe

'Declaração
<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
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .Object
Retorna o nome do componente que lançou a exceção. Este membro está obsoleto e sempre retorna um nullNothingnullptrunituma referência nula (Nothing no Visual Basic).

Comentários

Este membro está obsoleto e não deve ser usado. Uma alternativa é usar Microsoft.Synchronization.Data.DataSyncException.

Consulte também

Referência

SyncException Classe

Membros SyncException

Namespace Microsoft.Synchronization