INavigableItem.IsExpandable(ItemScope) Metodo

Definizione

Ottiene o imposta un valore che indica se un oggetto è espandibile all'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

L'ambito dell'oggetto.

Valori restituiti

true a un oggetto espandibile; altrimenti, false.

Si applica a