다음을 통해 공유


DatabaseEncryptionKeyExtender.AsymmetricKeyName 속성

Gets the name of the asymmetric key.

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

구문

‘선언
<ExtendedPropertyAttribute> _
Public Property AsymmetricKeyName As String 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As String 

value = instance.AsymmetricKeyName

instance.AsymmetricKeyName = value
[ExtendedPropertyAttribute]
public string AsymmetricKeyName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ AsymmetricKeyName {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member AsymmetricKeyName : string with get, set
function get AsymmetricKeyName () : String 
function set AsymmetricKeyName (value : String)

속성 값

유형: System.String
The name of the asymmetric key.

참고 항목

참조

DatabaseEncryptionKeyExtender 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스