SupportsGenericQueryDesignerAttribute 构造函数

Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

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

语法

声明
Public Sub New ( _
    supportsGenericQueryDesigner As Boolean _
)
用法
Dim supportsGenericQueryDesigner As Boolean

Dim instance As New SupportsGenericQueryDesignerAttribute(supportsGenericQueryDesigner)
public SupportsGenericQueryDesignerAttribute(
    bool supportsGenericQueryDesigner
)
public:
SupportsGenericQueryDesignerAttribute(
    bool supportsGenericQueryDesigner
)
new : 
        supportsGenericQueryDesigner:bool -> SupportsGenericQueryDesignerAttribute
public function SupportsGenericQueryDesignerAttribute(
    supportsGenericQueryDesigner : boolean
)

参数