IDatabaseFunction.GetBodyDependenciesRelationship Method
Returns the IModelMultiRelationship between this IDatabaseFunction and the IModelElement nodes that are referenced by the function body.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetBodyDependenciesRelationship As IModelMultiRelationship(Of IDatabaseFunction, IModelElement)
IModelMultiRelationship<IDatabaseFunction, IModelElement> GetBodyDependenciesRelationship()
IModelMultiRelationship<IDatabaseFunction^, IModelElement^>^ GetBodyDependenciesRelationship()
abstract GetBodyDependenciesRelationship : unit -> IModelMultiRelationship<IDatabaseFunction, IModelElement>
function GetBodyDependenciesRelationship() : IModelMultiRelationship<IDatabaseFunction, IModelElement>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<IDatabaseFunction, 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.