Partilhar via


Método CryptographicProvider.Upgrade

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

CryptographicProvider Classe

Namespace Microsoft.SqlServer.Management.Smo