DatabaseEncryptionKey.RegenerateDate Propiedad
Shows the date and time when the database encryption key was regenerated.
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 RegenerateDate As DateTime
Get
'Uso
Dim instance As DatabaseEncryptionKey
Dim value As DateTime
value = instance.RegenerateDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime RegenerateDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime RegenerateDate {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RegenerateDate : DateTime
function get RegenerateDate () : DateTime
Valor de la propiedad
Tipo: System.DateTime
The date and time when the database encryption key was regenerated.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo