SupportsGenericQueryDesignerAttribute Clase
Specifies whether the IQueryDesigner supports custom text mode.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxis
'Declaración
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class SupportsGenericQueryDesignerAttribute _
Inherits Attribute
'Uso
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
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Attribute
Microsoft.ReportingServices.Interfaces..::..SupportsGenericQueryDesignerAttribute
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.