Partager via


INavigableItem.IsLeaf(ItemScope) Méthode

Définition

Obtient ou définit une valeur qui indique si un élément est un membre feuille.

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

Paramètres

view
ItemScope

Étendue de l'élément.

Retours

true pour un élément qui est un membre feuille ; sinon, false.

S’applique à