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

父功能。

返回

特别推荐的状态。

适用于