次の方法で共有


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. です。

適用対象