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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel 名前空間 > ForeignKey クラス : ForeignKey コンストラクタ
ソーステーブル。
出力先テーブル。
ソースを定義する列。
The columnts that defines a destination.
クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal source As Table, _
   ByVal destination As Table, _
   ByVal sourceColumns As IEnumerable(Of Column), _
   ByVal destinationColumns As IEnumerable(Of Column) _
)

パラメータ

source
ソーステーブル。
destination
出力先テーブル。
sourceColumns
ソースを定義する列。
destinationColumns
The columnts that defines a destination.
参照

ForeignKey クラス
ForeignKey メンバ