I connected to a particular server in c# using xmlaClient object. Now i want to list out the all databases in that particaular server.
how to implement that.
Please help me.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the discover method with the connection object.
the code snippet as follows
it gives all the list of databases in a xml format. now you can retrieve databases in that xml by using the linq to xml concepts.