I have wrote a s proc and want to call it in ma code.... all fines just getting a bit confused

Set prmName = objCmd.CreateParameter("Name", adVarChar, adParamInput, 15)
objCmd.Parameters.Append prmName

"Name" - should this be the name of the parameter in the s proc OR the column name in the table!!1!!!!