Share via


ISqlSubroutineParameter.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 ISqlSubroutineParameter, ISqlTypeSpecifier)
IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier> GetTypeRelationship()
IModelSingleRelationship<ISqlSubroutineParameter^, ISqlTypeSpecifier^>^ GetTypeRelationship()
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier> 
function GetTypeRelationship() : IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace