EditionUpgradeFeatureTree Class

Definition

Represents an edition upgrade feature tree.

public ref class EditionUpgradeFeatureTree : Microsoft::SqlServer::Configuration::FeatureTreeConfigurationBase
public class EditionUpgradeFeatureTree : Microsoft.SqlServer.Configuration.FeatureTreeConfigurationBase
type EditionUpgradeFeatureTree = class
    inherit FeatureTreeConfigurationBase
Public Class EditionUpgradeFeatureTree
Inherits FeatureTreeConfigurationBase
Inheritance
Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigurationBase
EditionUpgradeFeatureTree

Constructors

EditionUpgradeFeatureTree(ServiceContainer)

Initializes a new instance of the EditionUpgradeFeatureTree class.

Properties

AllFeatures

Gets the list of feature in the tree.

(Inherited from FeatureTreeConfigurationBase)
FeatureTree

Gets or sets the feature tree

(Inherited from FeatureTreeConfigurationBase)
InstanceFeatures

Gets the collection of instance features visible to the user.

(Inherited from FeatureTreeConfigurationBase)
MachineFeatures

Gets the collection of machine features visible to the user.

(Inherited from FeatureTreeConfigurationBase)
RedistFeatures

Gets the collection of redistribution features visible to the user.

(Inherited from FeatureTreeConfigurationBase)
ShouldPropagateSelection

Gets or sets whether the configuration should propagate the selection.

(Inherited from FeatureTreeConfigurationBase)

Methods

BindDiskCostData()

Specifies the bind disk cost data.

(Inherited from FeatureTreeConfigurationBase)
CanSetItemAction(UserVisibleFeature)

Indicates a value that specifies whether the action can set an item.

(Inherited from FeatureTreeConfigurationBase)
DeselectFeature(UserVisibleFeature)

Unselect the specified feature.

(Inherited from FeatureTreeConfigurationBase)
EnsureDependentItemsDeselected()

Makes sure that the dependent items have been unselected.

(Inherited from FeatureTreeConfigurationBase)
EnsureDependentItemsDeselected(UserVisibleFeature)

Makes sure that the dependent items have been unselected.

(Inherited from FeatureTreeConfigurationBase)
EnsureDependentItemsSelected()

Makes sure that the dependent items have been selected.

(Inherited from FeatureTreeConfigurationBase)
EnsureDependentItemsSelected(UserVisibleFeature)

Makes sure that the dependent items have been selected.

(Inherited from FeatureTreeConfigurationBase)
EnsureRequiredItemsDeselected(UserVisibleFeature)

Makes sure that the required items have been unselected.

(Inherited from FeatureTreeConfigurationBase)
EnsureRequiredItemsSelected()

Makes sure that the required items have been selected.

(Inherited from FeatureTreeConfigurationBase)
EnsureRequiredItemsSelected(UserVisibleFeature)

Makes sure that the required items have been selected.

(Inherited from FeatureTreeConfigurationBase)
GetPackageAvailablePredicate()

Gets the available package predicate.

(Inherited from FeatureTreeConfigurationBase)
LoadData()

Loads the feature tree.

LoadFeatureTreeDefinition()

Loads the definition of the feature tree

(Inherited from FeatureTreeConfigurationBase)
LoadFeatureTreeDefinition(String)

Loads the definition of the feature tree

(Inherited from FeatureTreeConfigurationBase)
LoadFeatureTreeDefinitionAllInstances()

Loads the definition of all the feature tree instances.

(Inherited from FeatureTreeConfigurationBase)
LoadFeatureTreeDefinitionOnlyInstance(InstanceAttribute)

Loads the definition of the feature tree with specified instance.

(Inherited from FeatureTreeConfigurationBase)
OnFeatureActionChanged(FeatureTreeEventArgs)

Occurs when the feature action has been changed.

(Inherited from FeatureTreeConfigurationBase)
PropagateSelection(UserVisibleFeature)

Propagates the feature selection.

(Inherited from FeatureTreeConfigurationBase)
SaveData()

Saves the feature tree.

SaveData(InputSettingSource)

Saves the instance data.

(Inherited from FeatureTreeConfigurationBase)
SelectFeature(UserVisibleFeature)

Selects a feature from the configuration.

(Inherited from FeatureTreeConfigurationBase)
SetFeatureSelection(UserVisibleFeature, FeatureAction)

Sets the feature selection.

(Inherited from FeatureTreeConfigurationBase)
UpdateDiskspaceRequirement()

Updates the disk requirement.

(Inherited from FeatureTreeConfigurationBase)

Events

FeatureActionChanged

Occurs when the feature has been changed.

(Inherited from FeatureTreeConfigurationBase)

Applies to