Partager via


Classe DoNotCacheQueryDesignerAttribute

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (dans Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class DoNotCacheQueryDesignerAttribute _
    Inherits Attribute
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.