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입니다.

적용 대상