다음을 통해 공유


SymmetricKey.AddKeyEncryption 메서드 (array<SymmetricKeyEncryption )

Adds key encryption to the symmetric key.

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

구문

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

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

매개 변수

주의

The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.

암호화 사용

참고 항목

참조

SymmetricKey 클래스

AddKeyEncryption 오버로드

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

관련 자료

암호화 계층

CREATE SYMMETRIC KEY(Transact-SQL)