다음을 통해 공유


ILoginOptions.Certificate 속성

Gets or sets the certificate that is associated with the login.

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

구문

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

value = instance.Certificate

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

속성 값

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

참고 항목

참조

ILoginOptions 인터페이스

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