IAccessModifier.Visible(INodeInformation) Método

Definición

Indica un valor sobre si el artículo es 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

Parámetros

source
INodeInformation

Representa el nodo objetivo.

Devoluciones

true si el elemento está habilitado; de lo contrario, false.

Se aplica a