AsymmetricKeys 属性

Gets a collection of all asymmetric keys in the database.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property AsymmetricKeys As IMutableMetadataCollection(Of IAsymmetricKey)
    Get
用法
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of IAsymmetricKey)

value = instance.AsymmetricKeys
IMutableMetadataCollection<IAsymmetricKey> AsymmetricKeys { get; }
property IMutableMetadataCollection<IAsymmetricKey^>^ AsymmetricKeys {
    IMutableMetadataCollection<IAsymmetricKey^>^ get ();
}
abstract AsymmetricKeys : IMutableMetadataCollection<IAsymmetricKey>
function get AsymmetricKeys () : IMutableMetadataCollection<IAsymmetricKey>