暗号化メカニズムの一覧を取得または設定します。
名前空間: 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>
暗号化メカニズムの一覧。