单项选择题

在过程定义中有语句:
Private Sub GetDate(ByVal date As Integer)
其中“ByVal”的含义是()。

A.传值调用
B.传址调用
C.形式参数
D.实际参数