Share via


ISql90ClrProperty.GetTypeRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlTypeSpecifier.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90ClrProperty, ISqlTypeSpecifier>

.NET Framework Security

See Also

Reference

ISql90ClrProperty Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace