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
- 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.