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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.