using SqlDmo object

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
can i use the SqlDmo object in vb.net?
how can i reference it?
tanks.
 
Goto Project-->Add Reference..-->Select the 'COM' tab and add a reference to
the SQLDMO dll. Then add 'Imports SQLDMO' at the top of your class file and
you're good to go.

Imran.
 

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

Back
Top