NoColumnAttribute クラス

定義

このメンバーは、DataViewSchemaIDataView列として公開されていないことをマークします。

[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()

このメンバーは、DataViewSchemaIDataView列として公開されていないことをマークします。

適用対象