ISql90PartitionScheme.GetStoredObjectsRelationship Method

Gets a stored objects relationship.

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

Syntax

'Declaration
Function GetStoredObjectsRelationship As IModelReverseMultiRelationship(Of ISql90PartitionScheme, ISql90SpecifiesStorage)
'Usage
Dim instance As ISql90PartitionScheme
Dim returnValue As IModelReverseMultiRelationship(Of ISql90PartitionScheme, ISql90SpecifiesStorage)

returnValue = instance.GetStoredObjectsRelationship()
IModelReverseMultiRelationship<ISql90PartitionScheme, ISql90SpecifiesStorage> GetStoredObjectsRelationship()
IModelReverseMultiRelationship<ISql90PartitionScheme^, ISql90SpecifiesStorage^>^ GetStoredObjectsRelationship()
function GetStoredObjectsRelationship() : IModelReverseMultiRelationship<ISql90PartitionScheme, ISql90SpecifiesStorage>
abstract GetStoredObjectsRelationship : unit -> IModelReverseMultiRelationship<ISql90PartitionScheme, ISql90SpecifiesStorage> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90PartitionScheme, ISql90SpecifiesStorage>
Returns a IModelReverseMultiRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

ISql90PartitionScheme Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace