Share via


CatalogToVendorAssociation.UnspecifyVendorForCatalog Method (PIA)

Use this method to disassociate a catalog with any previously associated vendors.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
…
Public Sub UnspecifyVendorForCatalog(szCatalogID As String)

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
…
public void UnspecifyVendorForCatalog(stringszCatalogID);

Parameters

[Visual Basic .NET]

  • szCatalogID
    A String that contains the identifier of the catalog with which no vendors should be associated.

[C#]

  • szCatalogID
    A string that contains the identifier of the catalog with which no vendors should be associated.

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.UnspecifyVendorForCatalog(szCatalogID)

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.