UpgradeFeatureTree.LoadData 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.
Loads the upgrade feature tree.
Overloads
| LoadData() |
Loads the upgrade feature tree. |
| LoadData(String) |
Loads the upgrade feature tree for the specified instance. |
LoadData()
Loads the upgrade feature tree.
public:
override void LoadData();
public override void LoadData ();
override this.LoadData : unit -> unit
Public Overrides Sub LoadData ()
Applies to
LoadData(String)
Loads the upgrade feature tree for the specified instance.
public:
void LoadData(System::String ^ instanceName);
public void LoadData (string instanceName);
override this.LoadData : string -> unit
Public Sub LoadData (instanceName As String)
Parameters
- instanceName
- String
The instance name.