共用方式為


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