Freigeben über


ISqlSubroutine.GetParametersRelationship-Methode

Gibt eine IModelMultiRelationship zwischen this und dem zugeordneten ISqlSubroutineParameter zurück.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSubroutine Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace