ISqlTrigger.GetBodyDependenciesRelationship Method
Returns an IModelMultiRelationship between this and the associated 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 ISqlTrigger, IModelElement)
IModelMultiRelationship<ISqlTrigger, IModelElement> GetBodyDependenciesRelationship()
IModelMultiRelationship<ISqlTrigger^, IModelElement^>^ GetBodyDependenciesRelationship()
abstract GetBodyDependenciesRelationship : unit -> IModelMultiRelationship<ISqlTrigger, IModelElement>
function GetBodyDependenciesRelationship() : IModelMultiRelationship<ISqlTrigger, IModelElement>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlTrigger, 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.