Classe DoNotCacheQueryDesignerAttribute
Forces a query designer to be reloaded each time it is instantiated.
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
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..DoNotCacheQueryDesignerAttribute
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche