ToPointInTime Property

后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。

The ToPointInTime property sets an end-point for database log restoration.

语法

object
.ToPointInTime [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list.
  • value
    A string that specifies a date and time. For more information about string format, see 字母日期格式.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetToPointInTime(SQLDMO_LPBSTR pRetVal);
HRESULT SetToPointInTime(SQLDMO_LPCSTR NewValue);
ms133515.note(zh-cn,SQL.90).gif注意:
SQL Distributed Management Objects (SQL-DMO) strings are always returned as OLE BSTR objects. A C/C++ application obtains a reference to the string. The application must release the reference using SysFreeString.

备注

The ToPointInTime setting is evaluated only when the SQL-DMO Restore object is used to recover a database transaction log. For more information, see 将数据库还原到备份中的某个时间点.

Applies To:

Restore Object