UninstallFeatureTree Class

Definition

Represents the uninstall feature tree.

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

Constructors

UninstallFeatureTree(ServiceContainer)

Initializes a new instance of the UninstallFeatureTree 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)

Determines whether the feature can set an item.

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)
GetInstalledInstanceFeatures()

Retrieves the installed instance features.

GetInstalledMachineFeatures()

Retrieves the installed machine features.

GetPackageAvailablePredicate()

Gets the available package predicate.

(Inherited from FeatureTreeConfigurationBase)
LoadData()

Loads the data.

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 data.

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)
SetSelectionStateForAllInstalledFeatures(FeatureAction)

Sets the selection state for all installed features.

UpdateDiskspaceRequirement()

Updates the disk requirement.

(Inherited from FeatureTreeConfigurationBase)

Events

FeatureActionChanged

Occurs when the feature has been changed.

(Inherited from FeatureTreeConfigurationBase)

Applies to