IAccessModifier.Visible(INodeInformation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.