FeatureRole.IsFeatureInRole(ProductFeatureType) Método

Definición

Especifica si la característica se encuentra en el rol.

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

Parámetros

feature
Microsoft.SQL.Chainer.Product.ProductFeatureType

Tipo de la característica.

Devoluciones

Es true si la característica se encuentra en el rol; en caso contrario, es false.

Se aplica a