ItemScopeHelper.IsApplicable(ItemScope, 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.
Retourne une valeur qui indique si l'application d'assistance de l'étendue d'élément est applicable à l'Explorateur.
public:
static bool IsApplicable(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope item, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public static bool IsApplicable (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope item, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
static member IsApplicable : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> bool
Public Shared Function IsApplicable (item As ItemScope, view As ItemScope) As Boolean
Paramètres
- item
- ItemScope
Élément pour l'étendue.
- view
- ItemScope
Vue pour l'étendue
Retours
true si l'application est applicable ; sinon, false.