UpgradeFeatureTree.LoadData Method

Definition

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.

Applies to