Classe DoNotCacheQueryDesignerAttribute
Forces a query designer to be reloaded each time it is instantiated.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.ReportingServices.Interfaces.DoNotCacheQueryDesignerAttribute
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class DoNotCacheQueryDesignerAttribute _
Inherits Attribute
'Uso
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
O tipo DoNotCacheQueryDesignerAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DoNotCacheQueryDesignerAttribute | Initializes a new instance of the DoNotCacheQueryDesignerAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.