Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the encryption algorithm to use.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property Algorithm As EncryptionAlgorithm
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithm
The encryption algorithm to use.