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 the action a destination provider must take to save a change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemChangeSaveAction As SaveChangeAction
'Usage
Dim instance As ChangeApplicationContext
Dim value As SaveChangeAction
value = instance.ItemChangeSaveAction
public SaveChangeAction ItemChangeSaveAction { get; }
public:
property SaveChangeAction ItemChangeSaveAction {
SaveChangeAction get ();
}
/** @property */
public SaveChangeAction get_ItemChangeSaveAction ()
public function get ItemChangeSaveAction () : SaveChangeAction
Property Value
The action a destination provider must take to save a change.
Exceptions
| Exception type | Condition |
|---|---|
ChangeApplicationAction is set to a value other than SaveChange, or the change contains change units. |
See Also
Reference
ChangeApplicationContext Class
ChangeApplicationContext Members
Microsoft.Synchronization Namespace