다음을 통해 공유


DatabaseEncryptionKey 클래스

Creates a database encryption key.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.