Compartir a través de


DatabaseEncryptionKey.OpenedDate Propiedad

Shows the date and time when the database encryption key was last opened.

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 OpenedDate As DateTime 
    Get
'Uso
Dim instance As DatabaseEncryptionKey 
Dim value As DateTime 

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

Valor de la propiedad

Tipo: System.DateTime
The date and time when the database encryption key was last opened.

Vea también

Referencia

DatabaseEncryptionKey Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Cifrado de datos transparente (TDE)

Administrar cifrado de base de datos (página Propiedades)