IMultiItemAccessModifier.Enabled(INodeInformation[]) 方法

定義

顯示某項目是否已啟用。

public:
 bool Enabled(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ sources);
public bool Enabled(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] sources);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] -> bool
Public Function Enabled (sources As INodeInformation()) As Boolean

參數

sources
INodeInformation[]

目標節點。

傳回

回傳 Boolean,若物品已啟用為真,否則為假。

適用於