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

適用於