...contd SQLDMO events and C#

  • Thread starter Thread starter C# beginner
  • Start date Start date
C

C# beginner

sorry, this is the continuation from my previous posting.

Private Sub oBackupEvent_PercentComplete(ByVal Message As
String, ByVal Percent As Long)
ProgressBar1.Value = Percent
End Sub

I need some help translating this into C# or implementing
it. There is a Percent_Complete event exposed by SQLDMO.
Thanks for all your help.
 
C# beginner said:
sorry, this is the continuation from my previous posting.

Private Sub oBackupEvent_PercentComplete(ByVal Message As
String, ByVal Percent As Long)
ProgressBar1.Value = Percent
End Sub

I need some help translating this into C# or implementing
it. There is a Percent_Complete event exposed by SQLDMO.
Thanks for all your help.

See your first post.

JB
 
Back
Top