Compartir a través de


DatabaseEncryptionKey.ModifyDate Propiedad

Gets the date and time of the last encryption key modification.

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

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

Valor de la propiedad

Tipo: System.DateTime
The date and time of the last encryption key modification.

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)