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
- 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.