ILoginOptions.AsymmetricKey 속성

Gets or sets the asymmetric key that is associated with the login.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")> _
<DisplayNameKeyAttribute("Login_AsymmetricKeyName")> _
Property AsymmetricKey As String 
    Get 
    Set
‘사용 방법
Dim instance As ILoginOptions 
Dim value As String 

value = instance.AsymmetricKey

instance.AsymmetricKey = value
[DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute("Login_AsymmetricKeyName")]
string AsymmetricKey { get; set; }
[DisplayDescriptionKeyAttribute(L"Login_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute(L"Login_AsymmetricKeyName")]
property String^ AsymmetricKey {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")>]
[<DisplayNameKeyAttribute("Login_AsymmetricKeyName")>]
abstract AsymmetricKey : string with get, set
function get AsymmetricKey () : String 
function set AsymmetricKey (value : String)

속성 값

유형: System.String
A String value that contains the asymmetric key that is associated with the login.

참고 항목

참조

ILoginOptions 인터페이스

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