ISql90Assembly.GetClrObjectsRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISql90ClrClassDefined.

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

Syntax

'Declaration
Function GetClrObjectsRelationship As IModelReverseMultiRelationship(Of ISql90Assembly, ISql90ClrClassDefined)
IModelReverseMultiRelationship<ISql90Assembly, ISql90ClrClassDefined> GetClrObjectsRelationship()
IModelReverseMultiRelationship<ISql90Assembly^, ISql90ClrClassDefined^>^ GetClrObjectsRelationship()
abstract GetClrObjectsRelationship : unit -> IModelReverseMultiRelationship<ISql90Assembly, ISql90ClrClassDefined> 
function GetClrObjectsRelationship() : IModelReverseMultiRelationship<ISql90Assembly, ISql90ClrClassDefined>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90Assembly, ISql90ClrClassDefined>

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace