FeatureTree Class
Represents the feature tree.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | CopyInstanceToList(String^, InstanceAttribute^) | Copies the instance attribute to instance list attributes. |
![]() | CopyInstanceToList(String^, UserVisibleFeatureCollection^, InstanceAttribute^) | Copies the instance attribute to instance list attributes. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LoadDeselected(array<String^>^) | Loads the deselected features. |
![]() | LoadSelected(array<String^>^) | Loads the selected features. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FeatureActionChanged | Occurs when a feature changed. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



