Connect Method

Use this method to connect the object to the profile data store.

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)

Syntax

'Declaration
Public Sub Connect ( _
    ByRef connectString As String, _
    ByRef userName As String, _
    ByRef password As String _
)
'Usage
Dim instance As BusinessDataAdmin2FreeThreaded
Dim connectString As String
Dim userName As String
Dim password As String

instance.Connect(connectString, userName, _
    password)
public void Connect(
    ref string connectString,
    ref string userName,
    ref string password
)
public:
void Connect(
    String^% connectString, 
    String^% userName, 
    String^% password
)
public function Connect(
    connectString : String, 
    userName : String, 
    password : String
)

Parameters

Remarks

This method must be called prior to calling either the ExportCatalogs, ImportCatalogs, or GetSiteTerms method.

Permissions

See Also

Reference

BusinessDataAdmin2FreeThreaded Class

BusinessDataAdmin2FreeThreaded Members

Microsoft.CommerceServer.Interop.Profiles Namespace