Partilhar via


Método ISqlFile.GetFilegroupRelationship

Retorna um IModelSingleRelationship entre this e associado ISqlFilegroup.

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

Sintaxe

'Declaração
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>

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ISqlFile Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel