Condividi tramite


INavigableItem.IsExpandable(ItemScope) Metodo

Definizione

Ottiene o imposta un valore che indica se un elemento è espandibile nell'oggetto.

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

Parametri

view
ItemScope

Ambito dell'elemento.

Restituisce

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

Si applica a