MergePartition.CurrentSnapshotDateTime プロパティ
パーティションのデータ スナップショットが生成された日付と時刻を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property CurrentSnapshotDateTime As DateTime
Get
Set
'使用
Dim instance As MergePartition
Dim value As DateTime
value = instance.CurrentSnapshotDateTime
instance.CurrentSnapshotDateTime = value
public DateTime CurrentSnapshotDateTime { get; set; }
public:
property DateTime CurrentSnapshotDateTime {
DateTime get ();
void set (DateTime value);
}
member CurrentSnapshotDateTime : DateTime with get, set
function get CurrentSnapshotDateTime () : DateTime
function set CurrentSnapshotDateTime (value : DateTime)
プロパティ値
型: System.DateTime
DateTime 値です。
説明
データ スナップショットが生成される前に、CurrentSnapshotDateTime の値は 0 で、"1/1/0001 12:00 am" という日付に変換されます。
このプロパティは、すべてのユーザーが取得または設定できます。
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。