I am trying to use this code for findingSPS database connection st

N

Naveen Jain

This code in VB.net class but cant written anything for using this how can
find the content necessary to create Sharepoint database connetion.

Imports Microsoft.SharePoint.Administration
Public Class SPContentDatabase
Inherits System.Object
Public ReadOnly Property Name() As String
Get
End Get
End Property
Public ReadOnly Property Server() As String
Get
End Get
End Property
Public Property Username() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
Public Property Password() As String
Get
End Get
Set(ByVal Value As String)
End Set
End Property
End Class

Please help us

Naveen Jain
Software Engineer,
OTS Solutions Pvt. Ltd.
Gurgaon (INDIA)
S
 
G

Gary L. Chefetz [MVP]

Naveen:

Firstly, this forum is for supporting Project Server, and to a lesser extent
Windows SharePoint Services to the degree that it supports Project Server.
If you want answers to SharePoint Portal Server questions, you should post
your question in that group. If your question is related to development in
the Project Server environment, then you should post in the developer group
at microsoft.public.project.developer
 

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