Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the IModelMultiRelationship between this IDatabaseView and the IModelElement nodes that are referenced in the query.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetQueryDependenciesRelationship As IModelMultiRelationship(Of IDatabaseView, IModelElement)
IModelMultiRelationship<IDatabaseView, IModelElement> GetQueryDependenciesRelationship()
IModelMultiRelationship<IDatabaseView^, IModelElement^>^ GetQueryDependenciesRelationship()
abstract GetQueryDependenciesRelationship : unit -> IModelMultiRelationship<IDatabaseView, IModelElement>
function GetQueryDependenciesRelationship() : IModelMultiRelationship<IDatabaseView, IModelElement>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<IDatabaseView, 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.