次の方法で共有


SupportsGenericQueryDesignerAttribute コンストラクター

SupportsGenericQueryDesignerAttribute クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

  • supportsGenericQueryDesigner
    型: System.Boolean
    IQueryDesigner がカスタム テキスト モードをサポートするかどうかを示します。

関連項目

参照

SupportsGenericQueryDesignerAttribute クラス

Microsoft.ReportingServices.Interfaces 名前空間