FeatureCompleteImage.IsFeatureAvailable(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.
Bestimmt, ob die angegebene Funktion verfügbar ist
public:
bool IsFeatureAvailable(Microsoft::SQL::Chainer::Product::ProductFeatureType ^ feature);
public bool IsFeatureAvailable (Microsoft.SQL.Chainer.Product.ProductFeatureType feature);
member this.IsFeatureAvailable : Microsoft.SQL.Chainer.Product.ProductFeatureType -> bool
Public Function IsFeatureAvailable (feature As ProductFeatureType) As Boolean
Parameter
- feature
- Microsoft.SQL.Chainer.Product.ProductFeatureType
Die abzufragende Funktion
Gibt zurück
true, wenn die angegebene Funktion verfügbar ist, andernfalls false.