Share via


CatalogToVendorAssociation.Initialize Method (PIA)

Use this method to initialize a CatalogToVendorAssociation object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
…
Public Sub Initialize(vConnectionString As String)

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
…
public void Initialize(stringvConnectionString);

Parameters

[Visual Basic .NET]

  • vConnectionString
    A String that contains the connection string for the database containing the catalog to vendor associations.

[C#]

  • vConnectionString
    A string that contains the connection string for the database containing the catalog to vendor associations.

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

[Visual Basic .NET]

Example

myCatalogToVendorAssociation.Initialize(vConnectionString)

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: cs_ctlgvndr (in cs_ctlgvndr.dll)

See Also

CatalogToVendorAssociation Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.