ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Methode

Definition

Gibt einen Wert zurück, der anzeigt, ob der Item-Scope-Helfer auf 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 Umfang

view
ItemScope

Ansicht für das Teleskop

Gibt zurück

true falls zutreffend; ansonsten gilt false.

Gilt für: