SetDate 属性
Shows the last date and time when the database encryption key was set.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<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