Свойство 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