Condividi tramite


Classe DoNotCacheQueryDesignerAttribute

Forces a query designer to be reloaded each time it is instantiated.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class DoNotCacheQueryDesignerAttribute _
    Inherits Attribute
'Utilizzo
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

Nel tipo DoNotCacheQueryDesignerAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DoNotCacheQueryDesignerAttribute Initializes a new instance of the DoNotCacheQueryDesignerAttribute class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica TypeId Ereditato da Attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Attribute.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Attribute.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsDefaultAttribute Ereditato da Attribute.
Metodo pubblico Match Ereditato da Attribute.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetIDsOfNames Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfo Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .GetTypeInfoCount Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute. . :: . .Invoke Ereditato da Attribute.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.