Share via


Classe DatabaseEncryptionKey

Creates a database encryption key.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class DatabaseEncryptionKey _
    Inherits SqlSmoObject _
    Implements ICreatable, IAlterable, IDroppable, IScriptable
'Uso
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

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
    Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
      Microsoft.SqlServer.Management.Smo..::..DatabaseEncryptionKey

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.