Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a list of the related elements.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetRelatedElements As IList(Of TRelated)
'Usage
Dim instance As IModelRelationship
Dim returnValue As IList(Of TRelated)
returnValue = instance.GetRelatedElements()
IList<TRelated> GetRelatedElements()
IList<TRelated>^ GetRelatedElements()
function GetRelatedElements() : IList<TRelated>
Return Value
Type: System.Collections.Generic.IList<TRelated>
.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.
See Also
Reference
IModelRelationship<TRelating, TRelated> Interface