Certificate.Export 메서드 (String)
Saves the certificate in the specified system path location.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Export ( _
certificatePath As String _
)
‘사용 방법
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
)
매개 변수
- certificatePath
유형: System.String
A String value that specifies the system path to which to save the certificate.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스