FeatureRole.IsFeatureInRole(ProductFeatureType) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この機能をロールに含めるかどうかを指定します。
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。