INavigableItem.IsLeaf(ItemScope) 메서드

정의

항목이 리프 멤버인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

매개 변수

view
ItemScope

항목의 범위입니다.

반환

항목이 리프 멤버이면 true이고, 그렇지 않으면 false입니다.

적용 대상