UserVisibleFeature.GetDependentFeatures Method

Definition

Retrieves the dependent features.

public:
 System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Configuration::UserVisibleFeature ^> ^ GetDependentFeatures();
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Configuration.UserVisibleFeature> GetDependentFeatures ();
member this.GetDependentFeatures : unit -> seq<Microsoft.SqlServer.Configuration.UserVisibleFeature>
Public Function GetDependentFeatures () As IEnumerable(Of UserVisibleFeature)

Returns

IEnumerable<UserVisibleFeature>

The dependent features.

Applies to