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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ITypeSpecifier, IType>
.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.