Share via


ISqlFile.GetFilegroupRelationship Method

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

Syntax

'Declaration
Function GetFilegroupRelationship As IModelSingleRelationship(Of ISqlFile, ISqlFilegroup)
'Usage
Dim instance As ISqlFile 
Dim returnValue As IModelSingleRelationship(Of ISqlFile, ISqlFilegroup)

returnValue = instance.GetFilegroupRelationship()
IModelSingleRelationship<ISqlFile, ISqlFilegroup> GetFilegroupRelationship()
IModelSingleRelationship<ISqlFile^, ISqlFilegroup^>^ GetFilegroupRelationship()
function GetFilegroupRelationship() : IModelSingleRelationship<ISqlFile, ISqlFilegroup>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlFile Interface

ISqlFile Members

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