IAccessModifier.Enabled 메서드

Indicates a value whether the item is enabled.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Function Enabled ( _
    source As INodeInformation _
) As Boolean
‘사용 방법
Dim instance As IAccessModifier 
Dim source As INodeInformation 
Dim returnValue As Boolean 

returnValue = instance.Enabled(source)
bool Enabled(
    INodeInformation source
)
bool Enabled(
    INodeInformation^ source
)
abstract Enabled : 
        source:INodeInformation -> bool
function Enabled(
    source : INodeInformation
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the item is enabled; otherwise, false.

참고 항목

참조

IAccessModifier 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스