IMultiItemAccessModifier.Enabled(INodeInformation[]) 메서드

정의

아이템이 활성화되어 있는지 표시합니다.

public:
 bool Enabled(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ sources);
public bool Enabled(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] sources);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] -> bool
Public Function Enabled (sources As INodeInformation()) As Boolean

매개 변수

sources
INodeInformation[]

목표 노드들.

반품

Boolean아이템이 활성화되면 반환 , true, 그렇지 않으면 false입니다.

적용 대상