Share via


IUser.AsymmetricKey 속성

Gets the IAsymmetricKey object that is associated with the user.

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

구문

‘선언
ReadOnly Property AsymmetricKey As IAsymmetricKey 
    Get
‘사용 방법
Dim instance As IUser 
Dim value As IAsymmetricKey 

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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IAsymmetricKey
The IAsymmetricKey object that is associated with the user.

참고 항목

참조

IUser 인터페이스

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