Initialize Method

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

Loads the global configuration from the Administration database.

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

Syntax

'Declaration
Sub Initialize ( _
    bstrResourceName As String _
)
'Usage
Dim instance As IGlobalConfig2
Dim bstrResourceName As String

instance.Initialize(bstrResourceName)
void Initialize(
    string bstrResourceName
)
void Initialize(
    String^ bstrResourceName
)
function Initialize(
    bstrResourceName : String
)

Parameters

  • bstrResourceName
    Type: System..::.String
    The name of the resource configuration object to load.

Remarks

Implemented by GlobalConfig2FreeThreaded.Initialize (Initialize).

Instantiates the configuration file with the SideID, Name, Description, Status, DateCreated, and DateModified.

Permissions

See Also

Reference

IGlobalConfig2 Interface

IGlobalConfig2 Members

Microsoft.CommerceServer.Interop.Configuration Namespace