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 list of encryption mechanisms.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
Get
'Utilisation
Dim instance As SignatureStatementBase
Dim value As IList(Of CryptoMechanism)
value = instance.Cryptos
public IList<CryptoMechanism> Cryptos { get; }
public:
property IList<CryptoMechanism^>^ Cryptos {
IList<CryptoMechanism^>^ get ();
}
member Cryptos : IList<CryptoMechanism>
function get Cryptos () : IList<CryptoMechanism>
Valeur de propriété
Type : System.Collections.Generic.IList<CryptoMechanism>
The list of encryption mechanisms.