IAccessModifier.Visible(INodeInformation) Method

Definition

Indicates a value whether the item is visible.

public:
 bool Visible(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public bool Visible (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Visible : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> bool
Public Function Visible (source As INodeInformation) As Boolean

Parameters

source
INodeInformation

Represents the target node.

Returns

true if the item is enabled; otherwise, false.

Applies to