SyncException.SyncSource Propiedad
NOTA: esta propiedad ya está obsoleta.
Obtiene o establece el nombre del componente que produjo la excepción.
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 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 de la propiedad
Devuelve el nombre del componente que produjo la excepción. 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