Share via


ISql90UserDefinedType.GetMethodsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90ClrMethod.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace