IAsymmetricKeyFactory.CreateAsymmetricKey 메서드

Creates an IMutableAsymmetricKey object that belongs to the specified IDatabase object and has the specified name.

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

구문

‘선언
Function CreateAsymmetricKey ( _
    database As IDatabase, _
    name As String _
) As IMutableAsymmetricKey
‘사용 방법
Dim instance As IAsymmetricKeyFactory 
Dim database As IDatabase 
Dim name As String 
Dim returnValue As IMutableAsymmetricKey 

returnValue = instance.CreateAsymmetricKey(database, _
    name)
IMutableAsymmetricKey CreateAsymmetricKey(
    IDatabase database,
    string name
)
IMutableAsymmetricKey^ CreateAsymmetricKey(
    IDatabase^ database, 
    String^ name
)
abstract CreateAsymmetricKey : 
        database:IDatabase * 
        name:string -> IMutableAsymmetricKey
function CreateAsymmetricKey(
    database : IDatabase, 
    name : String
) : IMutableAsymmetricKey

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableAsymmetricKey
An IMutableAsymmetricKey object that belongs to the specified IDatabase object and has the specified name.

참고 항목

참조

IAsymmetricKeyFactory 인터페이스

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