...contd SQLDMO events and C#

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.
 
T

The Last Gunslinger

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top