Método ISqlSubroutine.GetParametersRelationship

Retorna um IModelMultiRelationship entre this e associado ISqlSubroutineParameter.

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

Sintaxe

'Declaração
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>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ISqlSubroutine Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel