다음을 통해 공유


IGlobalConfig2 Interface

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This interface is implemented by GlobalConfig2FreeThreaded class.

This API is not CLS-compliant. 

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Interface IGlobalConfig2
'Usage
Dim instance As IGlobalConfig2
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public interface IGlobalConfig2
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public interface class IGlobalConfig2
public interface IGlobalConfig2

Remarks

Use this object to accomplish the following:

  • Create or delete resource configuration information

  • Save any updated global configuration information to the Administration database

  • Add a site

You can add your own custom resources to use this object to access configuration settings from the Administration database.

See Also

Reference

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace