다음을 통해 공유


Create 메서드 (AsymmetricKeyEncryptionAlgorithm)

Creates an asymmetric key on the instance of SQL Server with the specified encryption algorithm.

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

구문

‘선언
Public Sub Create ( _
    encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm _
)
‘사용 방법
Dim instance As AsymmetricKey
Dim encryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm

instance.Create(encryptionAlgorithm)
public void Create(
    AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm
)
public:
void Create(
    AsymmetricKeyEncryptionAlgorithm encryptionAlgorithm
)
member Create : 
        encryptionAlgorithm:AsymmetricKeyEncryptionAlgorithm -> unit 
public function Create(
    encryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
)

매개 변수