Sdílet prostřednictvím


ISqlFile.GetFilegroupRelationship – metoda

Vrátí IModelSingleRelationship mezi this a přidruženého ISqlFilegroup.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlFile Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů