IAccessModifier.Enabled(INodeInformation) 方法

定義

表示該物品是否啟用。

public:
 bool Enabled(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public bool Enabled(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> bool
Public Function Enabled (source As INodeInformation) As Boolean

參數

source
INodeInformation

代表目標節點。

傳回

true如果該物品已啟用;否則,。 false

適用於