FeatureTree Class

 

Represents the feature tree.

Namespace:   Microsoft.SqlServer.Configuration
Assembly:  Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)

System::Object
  Microsoft.SqlServer.Configuration::FeatureTree

[DefaultMemberAttribute("Item")]
public ref class FeatureTree : IFeatureTree

NameDescription
System_CAPS_pubpropertyAllFeatures

Gets or sets all features.

System_CAPS_pubpropertyInstanceFeatures

Gets or sets the instance features.

System_CAPS_pubpropertyInstanceListAttributes

Gets or sets the instance list attributes.

System_CAPS_pubpropertyInstanceListFeatures

Gets or sets the instance list features.

System_CAPS_pubpropertyItem[String^]

Gets or sets the feature with the specified key.

System_CAPS_pubpropertyMachineFeatures

Gets or sets the machine features.

System_CAPS_pubpropertyRedistFeatures

Gets or sets the redistribution features.

System_CAPS_pubpropertySharedCategory

Gets or sets the shared category.

NameDescription
System_CAPS_pubmethodCopyInstanceToList(String^, InstanceAttribute^)

Copies the instance attribute to instance list attributes.

System_CAPS_pubmethodCopyInstanceToList(String^, UserVisibleFeatureCollection^, InstanceAttribute^)

Copies the instance attribute to instance list attributes.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoadDeselected(array<String^>^)

Loads the deselected features.

System_CAPS_pubmethodLoadSelected(array<String^>^)

Loads the selected features.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnFeatureActionChanged(FeatureTreeEventArgs^)

Raises the FeatureActionChanged event.

System_CAPS_pubmethodSave(FeatureAction)

Saves the feature tree.

System_CAPS_pubmethodSaveDeselected()

Saves the deselected features.

System_CAPS_pubmethodSaveSelected()

Saves the selected features.

System_CAPS_pubmethodSetInstanceAttribute(String^, String^, String^)

Sets value to the instance attribute.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventFeatureActionChanged

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.

Return to top
Show: