IntegratedSecurity in SQLDMO using CSharp

  • Thread starter Thread starter Arun Kumar
  • Start date Start date
A

Arun Kumar

Hi,

I am having problem setting the SQLDMO (SQL Server 2000) value for
Integrated Security

SQLDMO.SQLServer srv = new SQLDMO.SQLServerClass();
srv.IntegratedSecurity.SecurityMode(SQLDMOSecurity_Integrated);
srv.Connect(Server,"","");

I get an error, can someone help on this.

Thanks
Arun
 

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