BlkSize Property (Read/Write)

Top  Previous  Next

Is the block size to be used for the host destination file (HostFileName property) when a new file is created in Send method or Run method with Direction=dSend indicator set.

Must be a multiple of record length (Lrecl property), if fixed blocked (RecFm property) file format is specified.

 

Visual Basic Syntax

 

IndFile.BlkSize [= Integer]

 

C# Syntax

 

IndFile.BlkSize; [= int]

 

 

See also HostFileName property, Lrecl property, RecFm property, Run method, Send method.