Lenguaje

INavigableItem.IsExpandable(ItemScope) Método

Definición

Obtiene o establece un valor que indica si un elemento es expandible al objeto.

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

Parámetros

view
ItemScope

El alcance del artículo.

Devoluciones

true a un elemento que es expandible; de lo contrario, false.

Se aplica a