ISqlColumnSource.GetIndexesRelationship 方法

傳回 this 與關聯 ISqlIndex 之間的 IModelReverseMultiRelationship

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

語法

'宣告
Function GetIndexesRelationship As IModelReverseMultiRelationship(Of ISqlColumnSource, ISqlIndex)
IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex> GetIndexesRelationship()
IModelReverseMultiRelationship<ISqlColumnSource^, ISqlIndex^>^ GetIndexesRelationship()
abstract GetIndexesRelationship : unit -> IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex> 
function GetIndexesRelationship() : IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex>

傳回值

型別:Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumnSource, ISqlIndex>

.NET Framework 安全性

請參閱

參考

ISqlColumnSource 介面

GetIndexesRelationship 多載

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