ItemScopeHelper.IsApplicable(ItemScope, ItemScope) Metodo

Definizione

Restituisce un valore che indica se l'aiutante dell'ambito dell'oggetto è applicabile all'esploratore.

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

Punto per l'ambito

view
ItemScope

Vista per l'ambito

Valori restituiti

true se applicabile; altrimenti, false.

Si applica a