Freigeben über


ISqlFile.GetFilegroupRelationship-Methode

Gibt eine IModelSingleRelationship zwischen this und der zugeordneten ISqlFilegroup zurück.

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

Syntax

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

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlFile Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace