IMetadataFactory.AsymmetricKey 속성

Gets an IAsymmetricKeyFactory object that can be used to create IAsymmetricKey objects.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property AsymmetricKey As IAsymmetricKeyFactory 
    Get
‘사용 방법
Dim instance As IMetadataFactory 
Dim value As IAsymmetricKeyFactory 

value = instance.AsymmetricKey
IAsymmetricKeyFactory AsymmetricKey { get; }
property IAsymmetricKeyFactory^ AsymmetricKey {
    IAsymmetricKeyFactory^ get ();
}
abstract AsymmetricKey : IAsymmetricKeyFactory
function get AsymmetricKey () : IAsymmetricKeyFactory

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IAsymmetricKeyFactory
An IAsymmetricKeyFactory object.

참고 항목

참조

IMetadataFactory 인터페이스

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