FeatureRole.IsFeatureInRole(ProductFeatureType) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob die Funktion in der Rolle enthalten ist
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
Parameter
- feature
- Microsoft.SQL.Chainer.Product.ProductFeatureType
Der Funktionstyp
Gibt zurück
true, wenn die Funktion in der Rolle enthalten ist; andernfalls false.