Share via


ISql90Assembly.GetFilesRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISql90AssemblyFile.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace