IMultiItemAccessModifier.Visible(INodeInformation[]) Method

Definition

Indicates if an item is visible.

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

Parameters

sources
INodeInformation[]

The target nodes.

Returns

Returns Boolean, true if the item is visible, false otherwise.

Applies to