Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Upgrades the cryptographic provider assembly to the DLL version at the specified path.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Upgrade ( _
pathToDll As String _
)
'Usage
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
)
Parameters
- pathToDll
Type: System.String
Specifies the path to the updated DLL.