Connection Constructor
Initializes a new instance of the Connection class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
ds As DataSource, _
type As DataSource.Type _
)
'Usage
Dim ds As DataSource
Dim type As DataSource.Type
Dim instance As New Connection(ds, type)
protected Connection(
DataSource ds,
DataSource.Type type
)
Parameters
- ds
Type: Microsoft.Office.Server.UserProfiles.DataSource
Specifies the data source.
- type
Type: Microsoft.Office.Server.UserProfiles.DataSource.Type
Specifies the data source type.