RepairFeatureTree Class

Definition

Represents a configuration feature that enables repair.

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

Constructors

RepairFeatureTree(ServiceContainer)

Initializes a new instance of the RepairFeatureTree 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 instance 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 instance 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)
UpdateDiskspaceRequirement()

Updates the disk requirement.

(Inherited from FeatureTreeConfigurationBase)

Events

FeatureActionChanged

Occurs when the feature has been changed.

(Inherited from FeatureTreeConfigurationBase)

Applies to