Share via


ISqlFilegroup.GetStoredObjectsRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISqlSpecifiesStorage.

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

Syntax

'Declaration
Function GetStoredObjectsRelationship As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlSpecifiesStorage)
IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage> GetStoredObjectsRelationship()
IModelReverseMultiRelationship<ISqlFilegroup^, ISqlSpecifiesStorage^>^ GetStoredObjectsRelationship()
abstract GetStoredObjectsRelationship : unit -> IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage> 
function GetStoredObjectsRelationship() : IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage>

.NET Framework Security

See Also

Reference

ISqlFilegroup Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace