OpenedDate 속성
Shows the date and time when the database encryption key was last opened.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property OpenedDate As DateTime
Get
‘사용 방법
Dim instance As DatabaseEncryptionKey
Dim value As DateTime
value = instance.OpenedDate
[SfcPropertyAttribute]
public DateTime OpenedDate { get; }
[SfcPropertyAttribute]
public:
property DateTime OpenedDate {
DateTime get ();
}
[<SfcPropertyAttribute>]
member OpenedDate : DateTime
function get OpenedDate () : DateTime