InstallFeatureEdition.GetFeatureStatus メソッド

定義

機能済み状態を取得します。

public:
 override Microsoft::SqlServer::Configuration::FeatureSkuStatus GetFeatureStatus(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature, Microsoft::SQL::Chainer::Product::ProductFeatureType ^ parentFeature);
public override Microsoft.SqlServer.Configuration.FeatureSkuStatus GetFeatureStatus (Microsoft.SQL.Chainer.Product.ProductFeatureType feature, Microsoft.SQL.Chainer.Product.ProductFeatureType parentFeature);
override this.GetFeatureStatus : Microsoft.SQL.Chainer.Product.ProductFeatureType * Microsoft.SQL.Chainer.Product.ProductFeatureType -> Microsoft.SqlServer.Configuration.FeatureSkuStatus
Public Overrides Function GetFeatureStatus (feature As ProductFeatureType, parentFeature As ProductFeatureType) As FeatureSkuStatus

パラメーター

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

機能。

parentFeature
Microsoft.SQL.Chainer.Product.ProductFeatureType

親機能。

戻り値

機能済み状態。

適用対象