Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
'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);
}
/** @property */
public String get_SyncSource ()
/** @property */
public void set_SyncSource (String value)
public function get SyncSource () : String
public function set SyncSource (value : String)
Property Value
The name of the component that threw the exception.
See Also
Reference
DbSyncException Class
DbSyncException Members
Microsoft.Synchronization.Data Namespace