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.
Represents the metadata that is associated with a change unit contained in an item in the synchronization scope.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.MetadataStorage.ChangeUnitMetadata
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public Class ChangeUnitMetadata
'Usage
Dim instance As ChangeUnitMetadata
public class ChangeUnitMetadata
public ref class ChangeUnitMetadata
type ChangeUnitMetadata = class end
public class ChangeUnitMetadata
The ChangeUnitMetadata type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ChangeUnitId | Gets the ID of the change unit. |
![]() |
ChangeUnitVersion | Gets the current version of the change unit. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
The metadata for a change unit contains its current version and its ID. A list of the ChangeUnitMetadata objects that are contained in an ItemMetadata object can be obtained by calling ItemMetadata.GetChangeUnitEnumerator.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)