Поделиться через


ISql90ClrMethod.GetParametersRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90ClrMethodParameter.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90ClrMethod, ISql90ClrMethodParameter>

.NET Framework Security

See Also

Reference

ISql90ClrMethod Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace