UserVisibleFeature.SubFeatures Property

Definition

Gets the sub features.

public:
 property Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^ SubFeatures { Microsoft::SqlServer::Configuration::UserVisibleFeatureCollection ^ get(); };
public Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection SubFeatures { get; }
member this.SubFeatures : Microsoft.SqlServer.Configuration.UserVisibleFeatureCollection
Public ReadOnly Property SubFeatures As UserVisibleFeatureCollection

Property Value

UserVisibleFeatureCollection

The sub features.

Applies to