Udostępnij przez


Restore.ToPointInTime Property

Gets or sets the endpoint for database log restoration.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Deklaracja
Public Property ToPointInTime As String
public string ToPointInTime { get; set; }
public:
property String^ ToPointInTime {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ToPointInTime ()

/** @property */
public void set_ToPointInTime (String value)
public function get ToPointInTime () : String

public function set ToPointInTime (value : String)

Property Value

A string that specifies the date and time values that identify the endpoint.

Remarks

The ToPointInTime property is evaluated only when using a Restore object to recover a database transaction log.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.