Класс DoNotCacheQueryDesignerAttribute
Forces a query designer to be reloaded each time it is instantiated.
Иерархия наследования
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..DoNotCacheQueryDesignerAttribute
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.QueryDesigners (в Microsoft.ReportingServices.QueryDesigners.dll)
Синтаксис
'Декларация
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class DoNotCacheQueryDesignerAttribute _
Inherits Attribute
'Применение
Dim instance As DoNotCacheQueryDesignerAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class DoNotCacheQueryDesignerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class DoNotCacheQueryDesignerAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type DoNotCacheQueryDesignerAttribute =
class
inherit Attribute
end
public class DoNotCacheQueryDesignerAttribute extends Attribute
Тип DoNotCacheQueryDesignerAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DoNotCacheQueryDesignerAttribute | Initializes a new instance of the DoNotCacheQueryDesignerAttribute class. |
В начало
Методы
Имя | Описание | |
---|---|---|
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.