Udostępnij przez


ILoginOptions.Certificate Property

Gets or sets the certificate that is associated with the login. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Login_CertificateName")> _
<DisplayDescriptionKeyAttribute("Login_CertificateDesc")> _
Property Certificate As String
[DisplayNameKeyAttribute("Login_CertificateName")] 
[DisplayDescriptionKeyAttribute("Login_CertificateDesc")] 
string Certificate { get; set; }
[DisplayNameKeyAttribute(L"Login_CertificateName")] 
[DisplayDescriptionKeyAttribute(L"Login_CertificateDesc")] 
property String^ Certificate {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_Certificate ()

/** @property */
void set_Certificate (String value)
function get Certificate () : String

function set Certificate (value : String)

Property Value

A String value that contains the certificate that is associated with the login.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.