IMultiItemAccessModifier.Enabled(INodeInformation[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示某項目是否已啟用。
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,若物品已啟用為真,否則為假。