Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets an object that can be used to retrieve item data for the change item from the destination replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DestinationChangeData As Object
Get
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As Object
value = instance.DestinationChangeData
public virtual Object DestinationChangeData { get; }
public:
virtual property Object^ DestinationChangeData {
Object^ get ();
}
abstract DestinationChangeData : Object
override DestinationChangeData : Object
function get DestinationChangeData () : Object
Property Value
Type: System.Object
An object that can be used to retrieve item data for the change item from the destination replica.
Exceptions
| Exception | Condition |
|---|---|
| LoadConflictDataException | An error occurred while attempting to construct a load change context. |
Remarks
The returned object can be an IChangeDataRetriever object or a provider-specific object.