Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the encryption algorithm to use.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Algorithm As EncryptionAlgorithm
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithm
The encryption algorithm to use.