IMultiItemAccessModifier.Visible(INodeInformation[]) 方法

定義

顯示物品是否可見。

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

參數

sources
INodeInformation[]

目標節點。

傳回

回傳 Boolean,若物品可見,則為真;若該物品可見,則為假。

適用於