IMultiItemAccessModifier.Visible(INodeInformation[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Zeigt an, ob ein Gegenstand sichtbar ist.
public:
bool Visible(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ sources);
public bool Visible(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] sources);
abstract member Visible : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] -> bool
Public Function Visible (sources As INodeInformation()) As Boolean
Parameter
- sources
- INodeInformation[]
Die Zielknoten.
Gibt zurück
Gibt Boolean, wahr, wenn das Element sichtbar ist, falsch ansonsten.