Sdílet prostřednictvím


ISqlSubroutine.GetParametersRelationship – metoda

Vrátí IModelMultiRelationship mezi this a přidruženého ISqlSubroutineParameter.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSubroutine Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů