DatabaseEncryptionKey 类
Creates a database encryption key.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo..::..DatabaseEncryptionKey
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public NotInheritable Class DatabaseEncryptionKey _
Inherits SqlSmoObject _
Implements ICreatable, IAlterable, IDroppable, IScriptable
用法
Dim instance As DatabaseEncryptionKey
public sealed class DatabaseEncryptionKey : SqlSmoObject,
ICreatable, IAlterable, IDroppable, IScriptable
public ref class DatabaseEncryptionKey sealed : public SqlSmoObject,
ICreatable, IAlterable, IDroppable, IScriptable
[<SealedAttribute>]
type DatabaseEncryptionKey =
class
inherit SqlSmoObject
interface ICreatable
interface IAlterable
interface IDroppable
interface IScriptable
end
public final class DatabaseEncryptionKey extends SqlSmoObject implements ICreatable, IAlterable, IDroppable, IScriptable
DatabaseEncryptionKey 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
CreateDate | Gets the date and time when the encryption key was created. | |
EncryptionAlgorithm | Gets or sets the encryption key algorithm. | |
EncryptionState | Gets or sets the encryption key state. | |
EncryptionType | Specifies the encryption type used to encrypt the database encryption key | |
EncryptorName | Gets or sets the name of the server certificate that was used to encrypt the database. | |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (从 SqlSmoObject 继承。) | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (从 SqlSmoObject 继承。) | |
ModifyDate | Gets the date and time of the last encryption key modification. | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (从 SqlSmoObject 继承。) | |
OpenedDate | Shows the date and time when the database encryption key was last opened. | |
Parent | Gets or sets the database parent of the key. | |
Properties | Gets a collection of Property objects that represent the object properties. (从 SqlSmoObject 继承。) | |
RegenerateDate | Shows the date and time when the database encryption key was regenerated. | |
ScalarResult | Gets the scalar result for the referenced object. (从 SqlSmoObject 继承。) | |
SetDate | Shows the last date and time when the database encryption key was set. | |
State | Gets the state of the referenced object. (从 SmoObjectBase 继承。) | |
Thumbprint | Gets a database encryption key thumbprint. | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (从 SqlSmoObject 继承。) | |
UserData | Gets or sets user-defined data associated with the referenced object. (从 SmoObjectBase 继承。) |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IAlienObjectDiscover | (从 SqlSmoObject 继承。) | |
IAlienObjectGetParent | (从 SqlSmoObject 继承。) | |
IAlienObjectGetProperty | (从 SqlSmoObject 继承。) | |
ISfcPropertyProviderGetPropertySet | (从 SqlSmoObject 继承。) | |
IAlienObjectGetUrn | (从 SqlSmoObject 继承。) | |
IAlienObjectResolve | (从 SqlSmoObject 继承。) | |
IAlienObjectSetProperty | (从 SqlSmoObject 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。