IMultiItemAccessModifier.Enabled 메서드
Indicates if an item is enabled.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Function Enabled ( _
sources As INodeInformation() _
) As Boolean
‘사용 방법
Dim instance As IMultiItemAccessModifier
Dim sources As INodeInformation()
Dim returnValue As Boolean
returnValue = instance.Enabled(sources)
bool Enabled(
INodeInformation[] sources
)
bool Enabled(
array<INodeInformation^>^ sources
)
abstract Enabled :
sources:INodeInformation[] -> bool
function Enabled(
sources : INodeInformation[]
) : boolean
매개 변수
- sources
유형: array<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[]
The target nodes.
반환 값
유형: System.Boolean
Returns Boolean, true if the item is enabled, false otherwise.
참고 항목
참조
IMultiItemAccessModifier 인터페이스
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스