Sites Method

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

Retrieves a list of all the sites available in the Administration database.

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

Syntax

'Declaration
Public Function Sites As _Recordset
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim returnValue As _Recordset

returnValue = instance.Sites()
public _Recordset Sites()
public:
virtual _Recordset^ Sites() sealed
public final function Sites() : _Recordset

Return Value

Type: _Recordset
A Recordset object containing the list of all sites available in the Administration database.

Implements

IGlobalConfig2..::.Sites()()()

Remarks

Implements IGlobalConfig2.Sites (Sites).

Returns a recordset object containing the list of all sites available in the Administration database.

The Initialize method must be called before this method can be called.

Permissions

See Also

Reference

GlobalConfig2FreeThreaded Class

GlobalConfig2FreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace