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.