ItemScopeHelper.IsApplicable(ItemScope, ItemScope) 메서드

정의

항목 범위 도우미를 탐색기에 적용할 수 있는지 여부를 나타내는 값을 반환합니다.

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

매개 변수

item
ItemScope

범위에 대한 항목입니다.

view
ItemScope

범위에 대한 뷰입니다.

반환

적용할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상