ISqlSubroutine.GetParametersRelationship Method

Returns an IModelMultiRelationship between this and the associated ISqlSubroutineParameter.

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

Syntax

'Declaration
Function GetParametersRelationship As IModelMultiRelationship(Of ISqlSubroutine, ISqlSubroutineParameter)
IModelMultiRelationship<ISqlSubroutine, ISqlSubroutineParameter> GetParametersRelationship()
IModelMultiRelationship<ISqlSubroutine^, ISqlSubroutineParameter^>^ GetParametersRelationship()
abstract GetParametersRelationship : unit -> IModelMultiRelationship<ISqlSubroutine, ISqlSubroutineParameter> 
function GetParametersRelationship() : IModelMultiRelationship<ISqlSubroutine, ISqlSubroutineParameter>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlSubroutine, ISqlSubroutineParameter>

.NET Framework Security

See Also

Reference

ISqlSubroutine Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace