SymmetricKey.DropKeyEncryption 메서드 (array<SymmetricKeyEncryption )

Removes the specified key encryptions from the symmetric key.

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

구문

‘선언
Public Sub DropKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
‘사용 방법
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()

instance.DropKeyEncryption(keyEncryptions)
public void DropKeyEncryption(
    SymmetricKeyEncryption[] keyEncryptions
)
public:
void DropKeyEncryption(
    array<SymmetricKeyEncryption^>^ keyEncryptions
)
member DropKeyEncryption : 
        keyEncryptions:SymmetricKeyEncryption[] -> unit
public function DropKeyEncryption(
    keyEncryptions : SymmetricKeyEncryption[]
)

매개 변수

암호화 사용

참고 항목

참조

SymmetricKey 클래스

DropKeyEncryption 오버로드

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

관련 자료

암호화 계층

CREATE SYMMETRIC KEY(Transact-SQL)