Condividi tramite


ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Metodo

Definizione

Restituisce un valore che indica se l'helper dell'ambito dell'elemento è applicabile al Visualizzatore.

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

Parametri

item
ItemScope

Elemento per l'ambito.

view
ItemScope

Vista per l'ambito.

Restituisce

true se applicabile; in caso contrario, false.

Si applica a