Partager via


ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Méthode

Définition

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.

S’applique à