UserVisibleFeature.GetDependentFeatures Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The dependent features.