Compartilhar via


Construtor SupportsGenericQueryDesignerAttribute

Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
Public Sub New ( _
    supportsGenericQueryDesigner As Boolean _
)
'Uso
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
)

Parâmetros