ISqlSpecifiesStorage.GetFilegroupRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlFilegroup.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISqlSpecifiesStorage Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace