次の方法で共有


SupportsGenericQueryDesignerAttribute クラス

IQueryDesigner がカスタム テキスト モードをサポートするかどうかを指定します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class SupportsGenericQueryDesignerAttribute _
    Inherits Attribute
'使用
Dim instance As SupportsGenericQueryDesignerAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class SupportsGenericQueryDesignerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SupportsGenericQueryDesignerAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SupportsGenericQueryDesignerAttribute =  
    class
        inherit Attribute
    end
public class SupportsGenericQueryDesignerAttribute extends Attribute

継承階層

System. . :: . .Object
  System. . :: . .Attribute
    Microsoft.ReportingServices.Interfaces..::..SupportsGenericQueryDesignerAttribute

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。