Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the restore to point in time.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property RestoreToPointInTime As DateTime
Get
Set
'Usage
Dim instance As DatabaseRestorePlanner
Dim value As DateTime
value = instance.RestoreToPointInTime
instance.RestoreToPointInTime = value
public DateTime RestoreToPointInTime { get; set; }
public:
property DateTime RestoreToPointInTime {
DateTime get ();
void set (DateTime value);
}
member RestoreToPointInTime : DateTime with get, set
function get RestoreToPointInTime () : DateTime
function set RestoreToPointInTime (value : DateTime)
Property Value
Type: System.DateTime
The restore to point in time.