ListManager.GetOperationInfo Method (PIA)

Use this method to retrieve a Recordset object containing columns describing the specified list operation.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting
…
Public Function GetOperationInfo(varOpID As Object) As Object

[C#]

using Microsoft.CommerceServer.Interop.Targeting;
using ADODB26Lib;                              //For Recordset
…
public object GetOperationInfo(objectvarOpID);

Parameters

[Visual Basic .NET]

  • varOpID
    An Object that contains the Operation ID.

[C#]

  • varOpID
    An object that contains the Operation ID.

Return Values

[Visual Basic .NET] If this method completes successfully, it returns a Recordset object containing the operation information.

[C#] This method returns an object (typically an ADODB26Lib.Recordset) used to return the operation information.

Exceptions

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

Remarks

For more information about the returned Recordset object, see ListManager.GetOperations.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: listmanagerlib (in listmanagerlib.dll)

See Also

ListManager Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.