Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.