다음을 통해 공유


Enabled 속성

Indicates whether an IQueryDesigner should be enabled.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
Public ReadOnly Property Enabled As Boolean
    Get
‘사용 방법
Dim instance As EnableEventArgs
Dim value As Boolean

value = instance.Enabled
public bool Enabled { get; }
public:
property bool Enabled {
    bool get ();
}
member Enabled : bool
function get Enabled () : boolean

속성 값

형식: System. . :: . .Boolean
true to enable the IQueryDesigner; false to disable the IQueryDesigner.