ItemScopeHelper.IsApplicable Method (ItemScope, ItemScope)

 

Applies To: SQL Server 2016 Preview

Returns a value that indicates whether the item scope helper is applicable to the explorer.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

public static bool IsApplicable(
    ItemScope item,
    ItemScope view
)
public:
static bool IsApplicable(
    ItemScope item,
    ItemScope view
)
static member IsApplicable : 
        item:ItemScope *
        view:ItemScope -> bool
Public Shared Function IsApplicable (
    item As ItemScope,
    view As ItemScope
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if applicable; otherwise, false.

See Also

ItemScopeHelper Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top