FeatureRole.IsFeatureInRole(ProductFeatureType) Method

Definition

Specifies whether the feature is in role.

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

Parameters

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

The type of the feature.

Returns

Boolean

true if the feature is in role; otherwise, false.

Applies to