言語

IMultiItemAccessModifier.Visible(INodeInformation[]) メソッド

定義

アイテムが見えるかどうかを示します。

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

パラメーター

sources
INodeInformation[]

ターゲットノードです。

返品

Booleanを返します。アイテムが見える場合はtrue、そうでなければfalseです。

適用対象