GrapeCity ActiveReports for .NET 14.0J
Table コンストラクタ

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel 名前空間 > Table クラス : Table コンストラクタ
テーブルの名前。
テーブルの種類。
テーブルの列コレクション。
クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As DbName, _
   ByVal tableType As TableType, _
   ByVal columns As IEnumerable(Of Column) _
)
public Table( 
   DbName name,
   TableType tableType,
   IEnumerable<Column> columns
)

パラメータ

name
テーブルの名前。
tableType
テーブルの種類。
columns
テーブルの列コレクション。
参照

Table クラス
Table メンバ