IDatabase.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 IMetadataCollection(Of IAsymmetricKey)
    Get
‘사용 방법
Dim instance As IDatabase 
Dim value As IMetadataCollection(Of IAsymmetricKey)

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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IAsymmetricKey>
The IMetadataCollection<T> of IAsymmetricKey that contains all asymmetric keys in the database.

참고 항목

참조

IDatabase 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스