Classe SupportsGenericQueryDesignerAttribute
Specifies whether the IQueryDesigner supports custom text mode.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.ReportingServices.Interfaces.SupportsGenericQueryDesignerAttribute
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
<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
O tipo SupportsGenericQueryDesignerAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SupportsGenericQueryDesignerAttribute | Initializes a new instance of the SupportsGenericQueryDesignerAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
SupportsGenericQueryDesigner | Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode. | |
TypeId | (Herdado de Attribute.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.