DatabaseEncryptionKey.OpenedDate 属性
Shows the date and time when the database encryption key was last opened.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property OpenedDate As DateTime
Get
用法
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
属性值
类型:System.DateTime
The date and time when the database encryption key was last opened.
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间