UserVisibleFeature Class
Represents the user visible feature.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | UserVisibleFeature(String^, String^, String^, FeatureState, FeatureSkuStatus, ProductFeatureTypeCategory, Boolean, Boolean, Boolean, FeaturePrepable, FeatureUnconfigured, IList<UserVisibleFeature^>^) | Initializes a new instance of the UserVisibleFeature class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the feature action. |
![]() | Category | Gets the category of the feature. |
![]() | Clustered | Gets a value that indicates whether the feature is clustered. |
![]() | Description | Gets the description of the feature. |
![]() | DisallowClusterFollowParent | Gets a value that indicates whether the feature disallows the cluster follow parent. |
![]() | Id | Gets the feature ID. |
![]() | Name | Gets the name of the feature. |
![]() | Prepable | Gets the prepable feature. |
![]() | PropagateSelection | Gets a value that indicates whether to propagate the selection. |
![]() | SkuStatus | Gets or sets the SKU status. |
![]() | State | Gets the state of the feature. |
![]() | SubFeatures | Gets the sub features. |
![]() | Unconfigured | Gets the unconfigured feature. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDependentFeatures() | Retrieves the dependent features. |
![]() ![]() | GetFeatureFriendlyName(ServiceContainer^, String^) | Retrieves the friendly name of the feature. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRequiredFeatures() | Retrieves the required features. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnActionChanged() | Raises the ActionChanged event. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



