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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.