BackupSet.BackupStartDate 属性

Gets the date and time when the backup operation started.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property BackupStartDate As DateTime 
    Get
用法
Dim instance As BackupSet 
Dim value As DateTime 

value = instance.BackupStartDate
public DateTime BackupStartDate { get; }
public:
property DateTime BackupStartDate {
    DateTime get ();
}
member BackupStartDate : DateTime
function get BackupStartDate () : DateTime

属性值

类型:System.DateTime
The backup start date.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间