CryptographicProvider.Upgrade 메서드
Upgrades the cryptographic provider assembly to the DLL version at the specified path.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Upgrade ( _
pathToDll As String _
)
‘사용 방법
Dim instance As CryptographicProvider
Dim pathToDll As String
instance.Upgrade(pathToDll)
public void Upgrade(
string pathToDll
)
public:
void Upgrade(
String^ pathToDll
)
member Upgrade :
pathToDll:string -> unit
public function Upgrade(
pathToDll : String
)
매개 변수
- pathToDll
유형: System.String
Specifies the path to the updated DLL.