共用方式為


SupportsGenericQueryDesigner 屬性

Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:  Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)

語法

'宣告
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean
    Get
'用途
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

屬性值

型別:System. . :: . .Boolean
true if the IQueryDesigner supports custom text mode; otherwise, false.