Freigeben über


ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die Elementbereichshilfe für den Explorer anwendbar ist.

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

Parameter

item
ItemScope

Element für den Bereich.

view
ItemScope

Sicht für den Bereich

Gibt zurück

true, falls anwendbar; andernfalls false.

Gilt für: