SqlSmoObject.IsSupportedProperty(String) Méthode

Définition

Vérifier si la propriété spécifiée est prise en charge dans l’environnement serveur actuel

public bool IsSupportedProperty(string propertyName);
member this.IsSupportedProperty : string -> bool
Public Function IsSupportedProperty (propertyName As String) As Boolean

Paramètres

propertyName
String

Propriété à vérifier

Retours

True si elle est prise en charge, false sinon

Remarques

Cela concerne l’utilisation interne de SQL et peut ne pas fonctionner correctement si elle est utilisée dans le cas contraire

S’applique à