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 命名空间