INavigableItem.IsApplicable(ItemScope) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si un élément est applicable à l'objet.
public:
bool IsApplicable(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public bool IsApplicable (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member IsApplicable : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> bool
Public Function IsApplicable (view As ItemScope) As Boolean
Paramètres
- view
- ItemScope
Étendue de l'élément.
Retours
true pour un élément qui est applicable ; sinon, false.