Share via


ITypeSpecifier.GetTypeRelationship Method

Returns the type relationship.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of ITypeSpecifier, IType)
'Usage
Dim instance As ITypeSpecifier
Dim returnValue As IModelSingleRelationship(Of ITypeSpecifier, IType)

returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ITypeSpecifier, IType> GetTypeRelationship()
IModelSingleRelationship<ITypeSpecifier^, IType^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ITypeSpecifier, IType>
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ITypeSpecifier, IType> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ITypeSpecifier, IType>
Returns a IModelSingleRelationship<TRelating, TRelated>.

.NET Framework Security

See Also

Reference

ITypeSpecifier Interface

ITypeSpecifier Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace