다음을 통해 공유


DatabaseEncryptionKey.Reencrypt 메서드

Re-encrypts a database encryption key.

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

구문

‘선언
Public Sub Reencrypt ( _
    encryptorName As String, _
    encryptionType As DatabaseEncryptionType _
)
‘사용 방법
Dim instance As DatabaseEncryptionKey 
Dim encryptorName As String 
Dim encryptionType As DatabaseEncryptionType

instance.Reencrypt(encryptorName, encryptionType)
public void Reencrypt(
    string encryptorName,
    DatabaseEncryptionType encryptionType
)
public:
void Reencrypt(
    String^ encryptorName, 
    DatabaseEncryptionType encryptionType
)
member Reencrypt : 
        encryptorName:string * 
        encryptionType:DatabaseEncryptionType -> unit
public function Reencrypt(
    encryptorName : String, 
    encryptionType : DatabaseEncryptionType
)

매개 변수

참고 항목

참조

DatabaseEncryptionKey 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

투명한 데이터 암호화

데이터베이스 암호화 관리(속성 페이지)