INavigableItem.IsExpandable(ItemScope) 方法

定義

取得或設定值,這個值表示項目是否可擴充到物件。

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

參數

view
ItemScope

此項目的範圍。

傳回

Boolean

true 表示可擴充的項目,否則為 false

適用於