SupportsGenericQueryDesignerAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica se o IQueryDesigner oferece suporte ao modo de texto personalizado.
public ref class SupportsGenericQueryDesignerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class SupportsGenericQueryDesignerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type SupportsGenericQueryDesignerAttribute = class
inherit Attribute
Public Class SupportsGenericQueryDesignerAttribute
Inherits Attribute
- Herança
-
SupportsGenericQueryDesignerAttribute
- Atributos
Construtores
SupportsGenericQueryDesignerAttribute(Boolean) |
Inicializa uma nova instância da classe SupportsGenericQueryDesignerAttribute. |
Propriedades
SupportsGenericQueryDesigner |
Obtém um valor booliano que indica se o IQueryDesigner dá suporte ao modo personalizado. |