Udostępnij za pośrednictwem


Właściwość SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner

Pobiera wartość logiczna wskazująca, czy IQueryDesigner obsługuje tryb tekst niestandardowy.

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestaw:  Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)

Składnia

'Deklaracja
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean
    Get
'Użycie
Dim instance As SupportsGenericQueryDesignerAttribute
Dim value As Boolean

value = instance.SupportsGenericQueryDesigner
public bool SupportsGenericQueryDesigner { get; }
public:
property bool SupportsGenericQueryDesigner {
    bool get ();
}
member SupportsGenericQueryDesigner : bool
function get SupportsGenericQueryDesigner () : boolean

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli IQueryDesigner obsługuje tryb niestandardowy tekst; w przeciwnym razie false.