Класс SupportsGenericQueryDesignerAttribute

Specifies whether the IQueryDesigner supports custom text mode.

Иерархия наследования

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

Пространство имен:  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

Тип SupportsGenericQueryDesignerAttribute обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SupportsGenericQueryDesignerAttribute Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

В начало

Свойства

  Имя Описание
Открытое свойство SupportsGenericQueryDesigner Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.
Открытое свойство TypeId (Производный от Attribute.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Attribute.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Attribute.)
Открытый метод GetType (Производный от Object.)
Открытый метод IsDefaultAttribute (Производный от Attribute.)
Открытый метод Match (Производный от Attribute.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод _Attribute. . :: . .GetIDsOfNames (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute. . :: . .GetTypeInfo (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute. . :: . .GetTypeInfoCount (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute. . :: . .Invoke (Производный от Attribute.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.