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