m_fEnabled 字段

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
Public m_fEnabled As Boolean
用法
Dim instance As EnableEventArgs
Dim value As Boolean

value = instance.m_fEnabled

instance.m_fEnabled = value
public bool m_fEnabled
public:
bool m_fEnabled
val mutable m_fEnabled: bool
public var m_fEnabled : boolean