IMultiItemAccessModifier.Enabled(INodeInformation[]) Method

Definition

Indicates if an item is enabled.

public:
 bool Enabled(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ sources);
public bool Enabled (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] sources);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] -> bool
Public Function Enabled (sources As INodeInformation()) As Boolean

Parameters

sources
INodeInformation[]

The target nodes.

Returns

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

Applies to