Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property Stage As DbSyncStage
'Usage
Dim instance As DbSyncConflict
Dim value As DbSyncStage
value = instance.Stage
instance.Stage = value
public DbSyncStage Stage { get; set; }
public:
property DbSyncStage Stage {
DbSyncStage get ();
void set (DbSyncStage value);
}
/** @property */
public DbSyncStage get_Stage ()
/** @property */
public void set_Stage (DbSyncStage value)
public function get Stage () : DbSyncStage
public function set Stage (value : DbSyncStage)
Property Value
A DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
See Also
Reference
DbSyncConflict Class
DbSyncConflict Members
Microsoft.Synchronization.Data Namespace