ToPointInTime 属性
Gets or sets the endpoint for database log restoration.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Property ToPointInTime As String
Get
Set
用法
Dim instance As Restore
Dim value As String
value = instance.ToPointInTime
instance.ToPointInTime = value
public string ToPointInTime { get; set; }
public:
property String^ ToPointInTime {
String^ get ();
void set (String^ value);
}
member ToPointInTime : string with get, set
function get ToPointInTime () : String
function set ToPointInTime (value : String)
属性值
类型:System. . :: . .String
A string that specifies the date and time values that identify the endpoint.
注释
The ToPointInTime property is evaluated only when using a Restore object to recover a database transaction log.