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