DatabaseEncryptionKeyExtender 类

Extends the database encryption key class.

此 API 不符合 CLS。 

继承层次结构

System. . :: . .Object
  SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) >
    Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) >
      Microsoft.SqlServer.Management.Smo..::..DatabaseEncryptionKeyExtender

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Class DatabaseEncryptionKeyExtender _
    Inherits SmoObjectExtender(Of DatabaseEncryptionKey) _
    Implements ISfcValidate
用法
Dim instance As DatabaseEncryptionKeyExtender
[CLSCompliantAttribute(false)]
public class DatabaseEncryptionKeyExtender : SmoObjectExtender<DatabaseEncryptionKey>, 
    ISfcValidate
[CLSCompliantAttribute(false)]
public ref class DatabaseEncryptionKeyExtender : public SmoObjectExtender<DatabaseEncryptionKey^>, 
    ISfcValidate
[<CLSCompliantAttribute(false)>]
type DatabaseEncryptionKeyExtender =  
    class
        inherit SmoObjectExtender<DatabaseEncryptionKey>
        interface ISfcValidate
    end
public class DatabaseEncryptionKeyExtender extends SmoObjectExtender<DatabaseEncryptionKey> implements ISfcValidate

DatabaseEncryptionKeyExtender 类型公开以下成员。

构造函数

  名称 说明
公共方法 DatabaseEncryptionKeyExtender() () () () Creates a new database encryption key extender.
公共方法 DatabaseEncryptionKeyExtender(DatabaseEncryptionKey) Creates a new database encryption key extender.

页首

属性

  名称 说明
公共属性 AsymmetricKeyName
公共属性 AsymmetricKeyNames Gets a collection of asymmetric key names.
公共属性 CertificateName
公共属性 CertificateNames Gets a collection of certificate names.
公共属性 DatabaseEncryptionEnabled Gets or sets a Boolean value that indicates if encryption is enabled for a database.
公共属性 EncryptionState Gets the database encryption state.
受保护属性 Parent 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
公共属性 ReEncrypt Gets or sets a Boolean value to indicate if an encryption key will be re-encrypted.
公共属性 Regenerate Gets or sets a Boolean value to indicate if an encryption Key will be regenerated.
公共属性 State Gets the encryption state.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
受保护方法 GetParentSfcPropertySet (从 SmoObjectExtender< (Of < ( <'T> ) > ) > 继承。)
公共方法 GetPropertySet 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 OnPropertyChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 OnPropertyMetadataChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 parent_PropertyChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 parent_PropertyMetadataChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 RegisterParentProperty 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 RegisterProperty(PropertyInfo) 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
受保护方法 RegisterProperty(PropertyInfo, String) 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 Validate Returns a validation state for a method.

页首

事件

  名称 说明
公共事件 PropertyChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)
公共事件 PropertyMetadataChanged 标识为仅供参考。 不提供支持。 不保证以后的兼容性。 (从 SfcObjectExtender< (Of < ( <'DatabaseEncryptionKey> ) > ) > 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。