SetDate プロパティ
データベース暗号化キーが最後に設定された日時を表示します。
名前空間: 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