Classe SupportsGenericQueryDesignerAttribute
Specifies whether the IQueryDesigner supports custom text mode.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.QueryDesigners (dans Microsoft.ReportingServices.QueryDesigners.dll)
Syntaxe
'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class SupportsGenericQueryDesignerAttribute _
Inherits Attribute
'Utilisation
Dim instance As SupportsGenericQueryDesignerAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class SupportsGenericQueryDesignerAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)]
public ref class SupportsGenericQueryDesignerAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type SupportsGenericQueryDesignerAttribute =
class
inherit Attribute
end
public class SupportsGenericQueryDesignerAttribute extends Attribute
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..SupportsGenericQueryDesignerAttribute
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.