FeatureRole.IsFeatureInRole(ProductFeatureType) メソッド

定義

この機能をロールに含めるかどうかを指定します。

public:
 bool IsFeatureInRole(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public bool IsFeatureInRole (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
member this.IsFeatureInRole : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Function IsFeatureInRole (feature As ProductFeatureType) As Boolean

パラメーター

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

機能の種類です。

戻り値

機能がロール内にある場合は true、ない場合は false

適用対象