Método ISqlFilegroup.GetFilesRelationship
Retorna um IModelReverseMultiRelationship entre this e associado ISqlFile.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Function GetFilesRelationship As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlFile)
IModelReverseMultiRelationship<ISqlFilegroup, ISqlFile> GetFilesRelationship()
IModelReverseMultiRelationship<ISqlFilegroup^, ISqlFile^>^ GetFilesRelationship()
abstract GetFilesRelationship : unit -> IModelReverseMultiRelationship<ISqlFilegroup, ISqlFile>
function GetFilesRelationship() : IModelReverseMultiRelationship<ISqlFilegroup, ISqlFile>
Valor de retorno
Tipo: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFilegroup, ISqlFile>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.