IMultiItemAccessModifier.Visible(INodeInformation[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムが見えるかどうかを示します。
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です。