次の方法で共有


AlgorithmKeyOption.Algorithm プロパティ

使用する暗号化アルゴリズムを取得または設定します。

名前空間:  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
使用する暗号化アルゴリズム。

関連項目

参照

AlgorithmKeyOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間