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입니다.

적용 대상