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 命名空间