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 命名空间