Compartilhar via


Método Certificate.Export (String)

Saves the certificate in the specified system path location.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Export ( _
    certificatePath As String _
)
'Uso
Dim instance As Certificate 
Dim certificatePath As String

instance.Export(certificatePath)
public void Export(
    string certificatePath
)
public:
void Export(
    String^ certificatePath
)
member Export : 
        certificatePath:string -> unit
public function Export(
    certificatePath : String
)

Parâmetros

  • certificatePath
    Tipo: System.String
    A String value that specifies the system path to which to save the certificate.

Exemplos

Usando a criptografia

Consulte também

Referência

Certificate Classe

Sobrecarregado Export

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Hierarquia de criptografia

CREATE CERTIFICATE (Transact-SQL)