ISqlTypeSpecifier.GetTypeRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlType.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of ISqlTypeSpecifier, ISqlType)
IModelSingleRelationship<ISqlTypeSpecifier, ISqlType> GetTypeRelationship()
IModelSingleRelationship<ISqlTypeSpecifier^, ISqlType^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>
function GetTypeRelationship() : IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlTypeSpecifier, ISqlType>
.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.