Compartir a través de


ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Método

Definición

Devuelve un valor que indica si el asistente de ámbito de elemento es aplicable al explorador.

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

Parámetros

item
ItemScope

Elemento para el ámbito.

view
ItemScope

Vista para el ámbito

Devoluciones

true si es aplicable; en caso contrario, false.

Se aplica a