nabajyoti.b
SSCrazy
Points: 2177
More actions
December 19, 2008 at 9:59 am
#155039
I have been trying to write a script to display the value of a variable
through a message box.
I have used this code:
MsgBox(Dts.Variables("StartDate").Value.ToString)
But i am getting some exception raised.
Mukti
Points: 2826
December 19, 2008 at 11:29 am
#915517
Try
Dts.Variables.Item("StartDate").Value.ToString()
HTH
fabulous617
Old Hand
Points: 359
November 8, 2011 at 2:49 pm
#1404868
Did you figure it out?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply