Freigeben über


CryptographicProvider.Upgrade-Methode

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
)

Parameter

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

Siehe auch

Verweis

CryptographicProvider Klasse

Microsoft.SqlServer.Management.Smo-Namespace