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.

適用於