Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Saves the certificate in the specified system path location.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Export ( _
certificatePath As String _
)
'Usage
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
)
Parameters
- certificatePath
Type: System.String
A String value that specifies the system path to which to save the certificate.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace