DatabaseEncryptionKey.ModifyDate 属性

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

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ModifyDate As DateTime 
    Get
用法
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

属性值

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

请参阅

参考

DatabaseEncryptionKey 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

透明数据加密 (TDE)

管理数据库加密(“属性”页)