FeatureTree Class

Definition

Represents the feature tree.

public ref class FeatureTree : Microsoft::SqlServer::Configuration::IFeatureTree
public class FeatureTree : Microsoft.SqlServer.Configuration.IFeatureTree
type FeatureTree = class
    interface IFeatureTree
Public Class FeatureTree
Implements IFeatureTree
Inheritance
FeatureTree
Implements

Properties

AllFeatures

Gets or sets all features.

InstanceFeatures

Gets or sets the instance features.

InstanceListAttributes

Gets or sets the instance list attributes.

InstanceListFeatures

Gets or sets the instance list features.

Item[String]

Gets or sets the feature with the specified key.

MachineFeatures

Gets or sets the machine features.

RedistFeatures

Gets or sets the redistribution features.

SharedCategory

Gets or sets the shared category.

Methods

CopyInstanceToList(String, InstanceAttribute)

Copies the instance attribute to instance list attributes.

CopyInstanceToList(String, UserVisibleFeatureCollection, InstanceAttribute)

Copies the instance attribute to instance list attributes.

LoadDeselected(String[])

Loads the deselected features.

LoadSelected(String[])

Loads the selected features.

OnFeatureActionChanged(FeatureTreeEventArgs)

Raises the FeatureActionChanged event.

Save(FeatureAction)

Saves the feature tree.

SaveDeselected()

Saves the deselected features.

SaveSelected()

Saves the selected features.

SetInstanceAttribute(String, String, String)

Sets value to the instance attribute.

Events

FeatureActionChanged

Occurs when a feature changed.

Applies to