DatabaseEncryptionKey.SetDate 屬性
Gets the last date and time when the database encryption key was set.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SetDate As DateTime
Get
'用途
Dim instance As DatabaseEncryptionKey
Dim value As DateTime
value = instance.SetDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime SetDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime SetDate {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SetDate : DateTime
function get SetDate () : DateTime
屬性值
型別:System.DateTime
The last date and time when the database encryption key was set.
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間