Partager via


SyncSource propriété

Remarque : cette API est obsolète. L'alternative non obsolète est [Microsoft.Synchronization.Data.DataSyncException.SyncSource].

Obtient ou définit le nom du composant qui a causé la levée de l'exception.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Object
Retourne le nom du composant qui a causé la levée de l'exception. Ce membre est obsolète et retourne toujours une Null.

Notes

Ce membre est obsolète et ne doit pas être utilisé. Utilisez plutôt Microsoft.Synchronization.Data.DataSyncException.

Voir aussi

Référence

SyncException Classe

Membres SyncException

Espace de noms Microsoft.Synchronization