IMultiItemAccessModifier.Enabled(INodeInformation[]) Método

Definición

Indica si un elemento está habilitado.

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

Parámetros

sources
INodeInformation[]

Los nodos objetivo.

Devoluciones

Devoluciones Boolean, cierto si el artículo está habilitado, falso en caso contrario.

Se aplica a