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