Compartir a través de


CryptographicProvider.Upgrade Método

Upgrades the cryptographic provider assembly to the DLL version at the specified path.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Upgrade ( _
    pathToDll As String _
)
'Uso
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
)

Parámetros

  • pathToDll
    Tipo: System.String
    Specifies the path to the updated DLL.

Vea también

Referencia

CryptographicProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo