CatalogToVendorAssociation.GetVendorList

Ee798660.c++_on(en-US,CS.10).gifEe798660.vb_off(en-US,CS.10).gif

Use this method to retrieve a list of vendors associated with the passed alias qualifier and value, and associated with the input document name.

Definition

Function GetVendorList(szSourceAliasQualifier As String,szSourceAliasValue As String,szInputDocumentName As String) As Recordset

Parameters

szSourceAliasQualifier

A String that contains the source alias qualifier.

szSourceAliasValue

A String that contains the source alias value.

szInputDocumentName

A String that contains the input document name.

Return Values

If this method completes successfully, it returns an ADO Recordset object containing the requested list of vendors.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The returned ADO RecordSet object will contain valid data only if the method completed successfully.

Ee798660.note(en-US,CS.10).gif Note

  • This method is only available when BizTalk Server is installed. It requires the BizTalKDBInternal object.

For more information about memory ownership issues related to COM property and method parameters, see Managing COM Parameter Memory.

Example

set rsVendorList = myCatalogToVendorAssociation.GetVendorList(szSourceAliasQualifier, szSourceAliasValue, szInputDocumentName)

See Also

CatalogToVendorAssociation Object


All rights reserved.