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

功能的类型。

返回

Boolean

如果功能在角色中,则为 true;否则为 false

适用于