Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the second preference algorithm, if specified).
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property AlgorithmPartTwo As EncryptionAlgorithmPreference
Get
Set
'Uso
Dim instance As EncryptionPayloadOption
Dim value As EncryptionAlgorithmPreference
value = instance.AlgorithmPartTwo
instance.AlgorithmPartTwo = value
public EncryptionAlgorithmPreference AlgorithmPartTwo { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartTwo {
EncryptionAlgorithmPreference get ();
void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartTwo : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartTwo () : EncryptionAlgorithmPreference
function set AlgorithmPartTwo (value : EncryptionAlgorithmPreference)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithmPreference
The second preference algorithm.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom