INavigableItem.IsExpandable(ItemScope) 메서드

정의

항목이 개체로 확장 가능한지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 bool IsExpandable(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public bool IsExpandable (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member IsExpandable : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> bool
Public Function IsExpandable (view As ItemScope) As Boolean

매개 변수

view
ItemScope

항목의 범위입니다.

반환

항목이 확장 가능하면 true이고, 그렇지 않으면 false입니다.

적용 대상