LDAPConnection Constructor (DataSource, DataSource.Type)
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, _
type As DataSource.Type _
)
'Usage
Dim ds As DataSource
Dim type As DataSource.Type
Dim instance As New LDAPConnection(ds, type)
public LDAPConnection(
DataSource ds,
DataSource.Type type
)
Parameters
- ds
Type: Microsoft.Office.Server.UserProfiles.DataSource
Name of the data source.
- type
Type: Microsoft.Office.Server.UserProfiles.DataSource.Type
Type of data source.