DataControlFieldDesigner.UsesSchema 属性

定义

当在派生类中重写时,获取指示是否使用架构信息加载数据字段的值。

public:
 abstract property bool UsesSchema { bool get(); };
public abstract bool UsesSchema { get; }
member this.UsesSchema : bool
Public MustOverride ReadOnly Property UsesSchema As Boolean

属性值

Boolean

如果使用架构信息加载数据字段,则为 true;否则为 false

适用于