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。如果该项可见,则为 true;否则为 false。

适用于