I am trying to use this code for finding SPS database connecton 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)
 

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