Propriedade SyncException.SyncSource
OBSERVAÇÃO: esta propriedade agora está obsoleta.
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
'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);
}
/** @property */
public Object get_SyncSource ()
/** @property */
public void set_SyncSource (Object value)
public function get SyncSource () : Object
public function set SyncSource (value : Object)
Valor da propriedade
Retorna o nome do componente que lançou a exceção. Este membro está obsoleto e sempre retorna um 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
Classe SyncException
Membros SyncException
Namespace Microsoft.Synchronization