Partager via


Classe DatabaseEncryptionKeyExtender

Extends the database encryption key class.

Cette API n'est pas conforme CLS. 

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<DatabaseEncryptionKey>
    Microsoft.SqlServer.Management.Smo.SmoObjectExtender<DatabaseEncryptionKey>
      Microsoft.SqlServer.Management.Smo.DatabaseEncryptionKeyExtender

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Class DatabaseEncryptionKeyExtender _
    Inherits SmoObjectExtender(Of DatabaseEncryptionKey) _
    Implements ISfcValidate
'Utilisation
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

Le type DatabaseEncryptionKeyExtender expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DatabaseEncryptionKeyExtender() Creates a new database encryption key extender.
Méthode publique DatabaseEncryptionKeyExtender(DatabaseEncryptionKey) Creates a new database encryption key extender.

Haut de la page

Propriétés

  Nom Description
Propriété publique AsymmetricKeyName Gets the name of the asymmetric key.
Propriété publique AsymmetricKeyNames Gets a collection of asymmetric key names.
Propriété publique CertificateName Gets the name of the certificate.
Propriété publique CertificateNames Gets a collection of certificate names.
Propriété publique DatabaseEncryptionEnabled Gets or sets a Boolean value that indicates whether encryption is enabled for a database.
Propriété publique EncryptionState Gets the database encryption state.
Propriété protégée Parent Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Propriété publique ReEncrypt Gets or sets a Boolean value to indicate whether an encryption key will be re-encrypted.
Propriété publique Regenerate Gets or sets a Boolean value to indicate whether an encryption key will be regenerated.
Propriété publique State Gets the encryption state.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode protégée GetParentSfcPropertySet Returns an instance of the parent objects property set. (hérité de SmoObjectExtender<T>.)
Méthode publique GetPropertySet Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnPropertyChanged Raises the PropertyChanged event when it has any subscriber. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée OnPropertyMetadataChanged Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée parent_PropertyChanged Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée parent_PropertyMetadataChanged Indicates the parent object in the PropertyMetadata. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée RegisterParentProperty Registers the property of the parent that has not been included in properties collection. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée RegisterProperty(PropertyInfo) Registers an additional reflected property. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode protégée RegisterProperty(PropertyInfo, String) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Méthode publique ToString (hérité de Object.)
Méthode publique Validate Returns a validation state for a method.

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)
Événement public PropertyMetadataChanged Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcObjectExtender<TSfcInstance>.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo