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 an object that can be used to retrieve item data for the change item from the source replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SourceChangeData As Object
Get
'Usage
Dim instance As ItemConflictingEventArgs
Dim value As Object
value = instance.SourceChangeData
public virtual Object SourceChangeData { get; }
public:
virtual property Object^ SourceChangeData {
Object^ get ();
}
abstract SourceChangeData : Object
override SourceChangeData : Object
function get SourceChangeData () : Object
Property Value
Type: System.Object
An object that can be used to retrieve item data for the change item from the source 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.