ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Método

Definición

Devuelve un valor que indica si el asistente de alcance de objeto 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

Punto para el alcance

view
ItemScope

Vista para el alcance

Devoluciones

true si procede; de lo contrario, false.

Se aplica a