NoColumnAttribute 类

定义

将此成员标记为未公开为 IDataView 列中的 DataViewSchema列。

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class NoColumnAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type NoColumnAttribute = class
    inherit Attribute
Public NotInheritable Class NoColumnAttribute
Inherits Attribute
继承
NoColumnAttribute
属性

构造函数

NoColumnAttribute()

将此成员标记为未公开为 IDataView 列中的 DataViewSchema列。

适用于