SupportsGenericQueryDesignerAttribute(Boolean) 构造函数

定义

初始化 SupportsGenericQueryDesignerAttribute 类的新实例。

public:
 SupportsGenericQueryDesignerAttribute(bool supportsGenericQueryDesigner);
public SupportsGenericQueryDesignerAttribute (bool supportsGenericQueryDesigner);
new Microsoft.ReportingServices.Interfaces.SupportsGenericQueryDesignerAttribute : bool -> Microsoft.ReportingServices.Interfaces.SupportsGenericQueryDesignerAttribute
Public Sub New (supportsGenericQueryDesigner As Boolean)

参数

supportsGenericQueryDesigner
Boolean

IQueryDesigner 是否支持自定义文本模式。

适用于