Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the name of the component that threw the exception.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property SyncSource As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The name of the component that threw the exception.