Lenguaje

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

El alcance del artículo.

Devoluciones

true a un objeto que es miembro de la hoja; de lo contrario, false.

Se aplica a