Export méthode (String)
Saves the certificate in the specified system path location.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Export ( _
certificatePath As String _
)
'Utilisation
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
)
Paramètres
- certificatePath
Type : System. . :: . .String
A String value that specifies the system path to which to save the certificate.
Voir aussi