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)

속성 값

트리의 기능 목록입니다.

적용 대상