IDatabaseIndex.GetIndexedObjectRelationship 方法

傳回此 IDatabaseIndex 與對應 IDatabaseColumnSource 之間的 IModelSingleRelationship

命名空間:  Microsoft.Data.Schema.SchemaModel.Abstract
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of IDatabaseIndex, IDatabaseColumnSource)
IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource> GetIndexedObjectRelationship()
IModelSingleRelationship<IDatabaseIndex^, IDatabaseColumnSource^>^ GetIndexedObjectRelationship()
abstract GetIndexedObjectRelationship : unit -> IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource> 
function GetIndexedObjectRelationship() : IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource>

傳回值

型別:Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource>

.NET Framework 安全性

請參閱

參考

IDatabaseIndex 介面

Microsoft.Data.Schema.SchemaModel.Abstract 命名空間