ChangeUnitMetadata.ChangeUnitVersion 属性

获取变更单位的当前版本。

命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)

语法

声明
Public ReadOnly Property ChangeUnitVersion As SyncVersion
用法
Dim instance As ChangeUnitMetadata
Dim value As SyncVersion

value = instance.ChangeUnitVersion
public SyncVersion ChangeUnitVersion { get; }
public:
property SyncVersion^ ChangeUnitVersion {
    SyncVersion^ get ();
}
/** @property */
public SyncVersion get_ChangeUnitVersion ()
public function get ChangeUnitVersion () : SyncVersion

属性值

变更单位的当前版本。

请参阅

参考

ChangeUnitMetadata 类
ChangeUnitMetadata 成员
Microsoft.Synchronization.MetadataStorage 命名空间