SyncSource Propiedad
Obtiene o establece el nombre del componente que produjo la excepción.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
Public Property SyncSource As String
Get
Set
'Uso
Dim instance As DbSyncException
Dim value As String
value = instance.SyncSource
instance.SyncSource = value
public string SyncSource { get; set; }
public:
property String^ SyncSource {
String^ get ();
void set (String^ value);
}
member SyncSource : string with get, set
function get SyncSource () : String
function set SyncSource (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
Nombre del componente que ha producido la excepción.