INavigableItem.IsExpandable(ItemScope) Methode

Definition

Erhält oder setzt einen Wert, der angibt, ob ein Element auf das Objekt expandierbar ist.

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

Parameter

view
ItemScope

Der Umfang des Gegenstands.

Gibt zurück

true zu einem Element, das erweiterbar ist; ansonsten gilt false.

Gilt für: