共用方式為


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>