AdminUpgrade.PostInstallUpgrade(String, String, String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void PostInstallUpgrade(System::String ^ mgmtDbServerName, System::String ^ mgmtDBName, System::String ^ logFilePath, System::UInt32 nBTSRelease);
public void PostInstallUpgrade (string mgmtDbServerName, string mgmtDBName, string logFilePath, uint nBTSRelease);
abstract member PostInstallUpgrade : string * string * string * uint32 -> unit
override this.PostInstallUpgrade : string * string * string * uint32 -> unit
Public Sub PostInstallUpgrade (mgmtDbServerName As String, mgmtDBName As String, logFilePath As String, nBTSRelease As UInteger)
Parameters
- mgmtDbServerName
- String
- mgmtDBName
- String
- logFilePath
- String
- nBTSRelease
- UInt32