LDAPConnection Constructor (DataSource)
Initializes a new instance of the LDAPConnection class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
ds As DataSource _
)
'Usage
Dim ds As DataSource
Dim instance As New LDAPConnection(ds)
public LDAPConnection(
DataSource ds
)
Parameters
- ds
Type: Microsoft.Office.Server.UserProfiles.DataSource
Name of the data source.