IAccessModifier.Enabled(INodeInformation) Method

Definition

Indicates a value whether the item is enabled.

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

Parameters

source
INodeInformation

Represents the target node.

Returns

true if the item is enabled; otherwise, false.

Applies to