ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Method

Definition

Returns a value that indicates whether the item scope helper is applicable to the explorer.

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

Parameters

item
ItemScope

Item for the scope

view
ItemScope

View for the scope

Returns

true if applicable; otherwise, false.

Applies to