Propriedade do RDL SignatureStatementBase.Cryptos
Gets or sets the list of encryption mechanisms.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<CryptoMechanism>
The list of encryption mechanisms.