ISql90PartitionScheme.GetFilegroupsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql90FilegroupSpecifier.

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

Syntax

'Declaration
Function GetFilegroupsRelationship As IModelMultiRelationship(Of ISql90PartitionScheme, ISql90FilegroupSpecifier)
IModelMultiRelationship<ISql90PartitionScheme, ISql90FilegroupSpecifier> GetFilegroupsRelationship()
IModelMultiRelationship<ISql90PartitionScheme^, ISql90FilegroupSpecifier^>^ GetFilegroupsRelationship()
abstract GetFilegroupsRelationship : unit -> IModelMultiRelationship<ISql90PartitionScheme, ISql90FilegroupSpecifier> 
function GetFilegroupsRelationship() : IModelMultiRelationship<ISql90PartitionScheme, ISql90FilegroupSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql90PartitionScheme, ISql90FilegroupSpecifier>

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace