Firebird ADO.NET Provider SDK Documentation - v1.7

FbBackupFile Constructor 

[Visual Basic]
Public Sub New( _
   ByVal fileName As String, _
   ByVal fileLength As Integer _
)
[C#]
public FbBackupFile(
   string fileName,
   int fileLength
);

See Also

FbBackupFile Class | FirebirdSql.Data.Firebird.Services Namespace