Share via


ISql100Index.GetBodyDependenciesRelationship Method

Returns an IModelMultiRelationship between this and the IModelElement.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetBodyDependenciesRelationship As IModelMultiRelationship(Of ISql100Index, IModelElement)
IModelMultiRelationship<ISql100Index, IModelElement> GetBodyDependenciesRelationship()
IModelMultiRelationship<ISql100Index^, IModelElement^>^ GetBodyDependenciesRelationship()
abstract GetBodyDependenciesRelationship : unit -> IModelMultiRelationship<ISql100Index, IModelElement> 
function GetBodyDependenciesRelationship() : IModelMultiRelationship<ISql100Index, IModelElement>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql100Index, IModelElement>

.NET Framework Security

See Also

Reference

ISql100Index Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace