ShippingMethodManager.Initialize

Ee785095.c++_on(en-US,CS.10).gifEe785095.vb_off(en-US,CS.10).gif

Use this method to initialize a ShippingMethodManager object and connect it to a database.

Definition

Sub Initialize(connection_string As Variant)

Parameters

connection_string

A String containing the connection string.

Return Values

None.

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

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

Example

' oSMM is a Commerce.ShippingMethodManager object
' sConnectionString is a string containing the connection 
' string

oSMM.Initialize(sConnectionString)

See Also

Splitter

Shipping Object

ShippingDiscountAdjust

ShippingManagerCache

ShippingMethodManager Object

ShippingMethodRouter

StepwiseShipping


All rights reserved.