Compartir a través de


INavigableItem.IsLeaf(ItemScope) Método

Definición

Obtiene o establece un valor que indica si un elemento es un miembro hoja.

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

Parámetros

view
ItemScope

Ámbito del elemento.

Devoluciones

true si un elemento es un miembro hoja; en caso contrario, false.

Se aplica a