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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.