IDatabaseTypeSpecifier.GetTypeRelationship Method

Gets the IModelSingleRelationship between this IDatabaseTypeSpecifier and the related IDatabaseType.

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

Syntax

'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of IDatabaseTypeSpecifier, IDatabaseType)
IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType> GetTypeRelationship()
IModelSingleRelationship<IDatabaseTypeSpecifier^, IDatabaseType^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType> 
function GetTypeRelationship() : IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IDatabaseTypeSpecifier, IDatabaseType>

.NET Framework Security

See Also

Reference

IDatabaseTypeSpecifier Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace