DataViewSchema.Annotations.Builder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含用于生成 . 的操作的 DataViewSchema.Annotations类。
public sealed class DataViewSchema.Annotations.Builder
type DataViewSchema.Annotations.Builder = class
Public NotInheritable Class DataViewSchema.Annotations.Builder
- 继承
-
DataViewSchema.Annotations.Builder
构造函数
DataViewSchema.Annotations.Builder() |
包含用于生成 . 的操作的 DataViewSchema.Annotations类。 |
方法
Add(DataViewSchema+Annotations, Func<String,Boolean>) |
通过应用于 |
Add(String, DataViewType, Delegate, DataViewSchema+Annotations) |
添加一个批注列,即弱类型版本。 |
Add<TValue>(String, DataViewType, ValueGetter<TValue>, DataViewSchema+Annotations) |
添加一个批注列,强类型版本。 |
AddPrimitiveValue<TValue>(String, PrimitiveDataViewType, TValue, DataViewSchema+Annotations) |
为基元值类型添加一个批注列。 |
ToAnnotations() |
返回一行 DataViewSchema.Annotations ,其中包含此 DataViewSchema.Annotations.Builder内容的当前内容。 |