Condividi tramite


INavigableItem.IsLeaf(ItemScope) Metodo

Definizione

Ottiene o imposta un valore che indica se un elemento è un membro foglia.

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

Parametri

view
ItemScope

Ambito dell'elemento.

Restituisce

true se un elemento è un membro foglia; in caso contrario, false.

Si applica a