ISqlSubroutineParameter.GetTypeRelationship Method

Gets the type relationship.

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

Syntax

'Declaration
Function GetTypeRelationship As IModelSingleRelationship(Of ISqlSubroutineParameter, ISqlTypeSpecifier)
'Usage
Dim instance As ISqlSubroutineParameter
Dim returnValue As IModelSingleRelationship(Of ISqlSubroutineParameter, ISqlTypeSpecifier)

returnValue = instance.GetTypeRelationship()
IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier> GetTypeRelationship()
IModelSingleRelationship<ISqlSubroutineParameter^, ISqlTypeSpecifier^>^ GetTypeRelationship()
function GetTypeRelationship() : IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier>
abstract GetTypeRelationship : unit -> IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlSubroutineParameter, ISqlTypeSpecifier>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISqlSubroutineParameter Interface

ISqlSubroutineParameter Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace