Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the relating element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property RelatingElement As TRelating
'Usage
Dim instance As IModelRelationship
Dim value As TRelating
value = instance.RelatingElement
TRelating RelatingElement { get; }
property TRelating RelatingElement {
TRelating get ();
}
function get RelatingElement () : TRelating
Property Value
Type: TRelating
Returns a 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.
See Also
Reference
IModelRelationship<TRelating, TRelated> Interface