Compartir a través de


Certificate.LastBackupDate Propiedad

Gets or sets the date and time at which the certificate was last backed up.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastBackupDate As DateTime 
    Get
'Uso
Dim instance As Certificate 
Dim value As DateTime 

value = instance.LastBackupDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime LastBackupDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime LastBackupDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastBackupDate : DateTime
function get LastBackupDate () : DateTime

Valor de la propiedad

Tipo: System.DateTime
A DateTime object value that specifies the last backup date of the certificate.

Ejemplos

Utilizar el cifrado

Vea también

Referencia

Certificate Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Jerarquía de cifrado

CREATE CERTIFICATE (Transact-SQL)