Méthode Upgrade
Upgrades the cryptographic provider assembly to the DLL version at the specified path.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Upgrade ( _
pathToDll As String _
)
'Utilisation
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
)
Paramètres
- pathToDll
Type : System. . :: . .String
Specifies the path to the updated DLL.