ISql90SymmetricKey.EncryptionSymmetricKeys 属性

获取用于加密密钥的对称密钥的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
    Get
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
    IList<ISql90SymmetricKey^>^ get ();
}
abstract EncryptionSymmetricKeys : IList<ISql90SymmetricKey>
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>

属性值

类型:System.Collections.Generic.IList<ISql90SymmetricKey>

.NET Framework 安全性

请参见

参考

ISql90SymmetricKey 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间