Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.