DatabaseEncryptionKey.OpenedDate プロパティ

データベース暗号化キーが最後に開かれた日時を表示します。

名前空間:  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
データベース暗号化キーが最後に開かれた日時です。

関連項目

参照

DatabaseEncryptionKey クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

透過的なデータ暗号化 (TDE)

[データベース暗号化の管理] ([プロパティ] ページ)