UserVisibleFeature Class

 

Represents the user visible feature.

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

System::Object
  Microsoft.SqlServer.Configuration::UserVisibleFeature

public ref class UserVisibleFeature 

NameDescription
System_CAPS_pubpropertyAction

Gets the feature action.

System_CAPS_pubpropertyCategory

Gets the category of the feature.

System_CAPS_pubpropertyClustered

Gets a value that indicates whether the feature is clustered.

System_CAPS_pubpropertyDescription

Gets the description of the feature.

System_CAPS_pubpropertyDisallowClusterFollowParent

Gets a value that indicates whether the feature disallows the cluster follow parent.

System_CAPS_pubpropertyId

Gets the feature ID.

System_CAPS_pubpropertyName

Gets the name of the feature.

System_CAPS_pubpropertyPrepable

Gets the prepable feature.

System_CAPS_pubpropertyPropagateSelection

Gets a value that indicates whether to propagate the selection.

System_CAPS_pubpropertySkuStatus

Gets or sets the SKU status.

System_CAPS_pubpropertyState

Gets the state of the feature.

System_CAPS_pubpropertySubFeatures

Gets the sub features.

System_CAPS_pubpropertyUnconfigured

Gets the unconfigured feature.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDependentFeatures()

Retrieves the dependent features.

System_CAPS_pubmethodSystem_CAPS_staticGetFeatureFriendlyName(ServiceContainer^, String^)

Retrieves the friendly name of the feature.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRequiredFeatures()

Retrieves the required features.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnActionChanged()

Raises the ActionChanged event.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: