MergePartition.CurrentSnapshotDateTime 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置生成分区的数据快照的日期和时间。
public:
property DateTime CurrentSnapshotDateTime { DateTime get(); void set(DateTime value); };
public DateTime CurrentSnapshotDateTime { get; set; }
member this.CurrentSnapshotDateTime : DateTime with get, set
Public Property CurrentSnapshotDateTime As DateTime
属性值
一个 DateTime 值。
注解
在生成数据快照之前,值为 CurrentSnapshotDateTime0,该值转换为日期“1/1/0001 上午 12:00”。
此属性可由任何用户检索或设置。
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。