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[]
)
매개 변수
- keyEncryptions
유형: array<Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[]
A SymmetricKeyEncryption object array value that specifies two or more encryption mechanisms to be added to the symmetric key.
주의
The SymmetricKeyEncryption object parameter defines a key encryption type and a name or password associated with it.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스