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