ISqlFilegroup.GetFilesRelationship Method
Returns an IModelReverseMultiRelationship between this and the associated ISqlFile.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFilegroup, ISqlFile>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.