CryptographicProvider.Upgrade 方法
Upgrades the cryptographic provider assembly to the DLL version at the specified path.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Upgrade ( _
pathToDll As String _
)
'用途
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
)
參數
- pathToDll
型別:System.String
Specifies the path to the updated DLL.