Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a certificate derived from an identifier root.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("User_CertificateDesc")> _
<DisplayNameKeyAttribute("User_CertificateName")> _
ReadOnly Property Certificate As String
Get
'Usage
Dim instance As IUserOptions
Dim value As String
value = instance.Certificate
[DisplayDescriptionKeyAttribute("User_CertificateDesc")]
[DisplayNameKeyAttribute("User_CertificateName")]
string Certificate { get; }
[DisplayDescriptionKeyAttribute(L"User_CertificateDesc")]
[DisplayNameKeyAttribute(L"User_CertificateName")]
property String^ Certificate {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("User_CertificateDesc")>]
[<DisplayNameKeyAttribute("User_CertificateName")>]
abstract Certificate : string
function get Certificate () : String
Property Value
Type: System.String
A string value that contains the certificate.