다음을 통해 공유


SymmetricKeyEncryption 생성자 (KeyEncryptionType, String)

Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.

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

구문

‘선언
Public Sub New ( _
    encryptionType As KeyEncryptionType, _
    value As String _
)
‘사용 방법
Dim encryptionType As KeyEncryptionType
Dim value As String

Dim instance As New SymmetricKeyEncryption(encryptionType, _
    value)
public SymmetricKeyEncryption(
    KeyEncryptionType encryptionType,
    string value
)
public:
SymmetricKeyEncryption(
    KeyEncryptionType encryptionType, 
    String^ value
)
new : 
        encryptionType:KeyEncryptionType * 
        value:string -> SymmetricKeyEncryption
public function SymmetricKeyEncryption(
    encryptionType : KeyEncryptionType, 
    value : String
)

매개 변수