FeatureTreeConfigurationBase.AllFeatures 属性

定义

获取树中的功能列表。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Configuration::UserVisibleFeature ^> ^ AllFeatures { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Configuration::UserVisibleFeature ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Configuration.UserVisibleFeature> AllFeatures { get; }
member this.AllFeatures : seq<Microsoft.SqlServer.Configuration.UserVisibleFeature>
Public ReadOnly Property AllFeatures As IEnumerable(Of UserVisibleFeature)

属性值

树中的功能列表。

适用于