ColumnNameAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバー名を列名として使用する既定の動作とは対照的に、メンバーが列名を直接指定 IDataView できるようにします。
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ColumnNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ColumnNameAttribute = class
inherit Attribute
Public NotInheritable Class ColumnNameAttribute
Inherits Attribute
- 継承
-
ColumnNameAttribute
- 属性
コンストラクター
ColumnNameAttribute(String) |
メンバー名を列名として使用する既定の動作とは対照的に、この列を公開する名前を指定できます。 |