Свойство SignatureStatementBase.Cryptos

Gets or sets the list of encryption mechanisms.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Cryptos As IList(Of CryptoMechanism)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<CryptoMechanism>
The list of encryption mechanisms.

См. также

Справочник

SignatureStatementBase Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom