Share via


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)

プロパティ値

ツリー内の機能の一覧。

適用対象