Delen via


DoNotCacheQueryDesignerAttribute Class

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.