IColumn.GetParentRelationship メソッド
親のリレーションシップを返します。
名前空間 : Microsoft.Data.Schema.SchemaModel.Abstract
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function GetParentRelationship As IModelReverseSingleRelationship(Of IColumn, IColumnSource)
'使用
Dim instance As IColumn
Dim returnValue As IModelReverseSingleRelationship(Of IColumn, IColumnSource)
returnValue = instance.GetParentRelationship()
IModelReverseSingleRelationship<IColumn, IColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<IColumn^, IColumnSource^>^ GetParentRelationship()
function GetParentRelationship() : IModelReverseSingleRelationship<IColumn, IColumnSource>
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IColumn, IColumnSource>