CreateAsymmetricKeyStatement.EncryptionAlgorithm 속성

Gets or sets the encryption algorithm to use.

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

구문

‘선언
Public Property EncryptionAlgorithm As EncryptionAlgorithm 
    Get 
    Set
‘사용 방법
Dim instance As CreateAsymmetricKeyStatement 
Dim value As EncryptionAlgorithm 

value = instance.EncryptionAlgorithm

instance.EncryptionAlgorithm = value
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
public:
property EncryptionAlgorithm EncryptionAlgorithm {
    EncryptionAlgorithm get ();
    void set (EncryptionAlgorithm value);
}
member EncryptionAlgorithm : EncryptionAlgorithm with get, set
function get EncryptionAlgorithm () : EncryptionAlgorithm 
function set EncryptionAlgorithm (value : EncryptionAlgorithm)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithm
The encryption algorithm to use.

참고 항목

참조

CreateAsymmetricKeyStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스