ExpressionStore.Disconnect Method (PIA)

Use this method to set the connection string to the expression store to an empty string.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Targeting
…
Public Sub Disconnect()

[C#]

using Microsoft.CommerceServer.Interop.Targeting;
…
public void Disconnect();

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 connecting and disconnecting to an expression store, see ExpressionStore.Connect.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: exprarchlib (in exprarchlib)

See Also

ExpressionStore Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.