다음을 통해 공유


AlgorithmKeyOption.Algorithm 속성

Gets or sets the encryption algorithm to use.

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

구문

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

value = instance.Algorithm

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

속성 값

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

참고 항목

참조

AlgorithmKeyOption 클래스

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