ModifyDate プロパティ
暗号化キーが最後に変更された日時を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ModifyDate As DateTime
Get
'使用
Dim instance As DatabaseEncryptionKey
Dim value As DateTime
value = instance.ModifyDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime ModifyDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime ModifyDate {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ModifyDate : DateTime
function get ModifyDate () : DateTime