IAccessModifier.Visible(INodeInformation) メソッド

定義

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

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

パラメーター

source
INodeInformation

ターゲットノードを表します。

返品

true アイテムが有効であれば、そうでなければ、 false.

適用対象