Share via


SystemProps Table

The SystemProps table defines the common characteristics of Commerce Server 2009 resources. Together with the ExtendedProps table, this table defines the schema of the Administration database. 

The following table describes the columns of the SystemProps table.

Note

Do not modify the definition of this table for any reason. It is described here for reference.

Column

Description

i_ApplicationID

This column is currently not used.

s_Name

This column is currently not used.

s_ClassName

Set to an arbitrary string that can be used as the value of the bstrConfigSchemaClass parameter to the CreateServiceConfig, CreateServiceConfig, and CreateComponentConfig methods.

s_ResourceType

A string that is used to map a single row in this table, representing a single resource type, with the associated resource properties in the ExtendedProps table. The corresponding column in the ExtendedProps table is also named s_ResourceType.

s_Description

This column is currently not used.

f_ResourceFlags

The values in this column are bit fields that store information about several Boolean characteristics of resources. For more information about the meaning of the bits in this flag, see the f_ResourceFlags column of Resources Table.

f_PupFlags

When set to zero (0), tells Commerce Server Site Packager that the name passed when packaging is a file name. When set to one (1), tells Commerce Server Site Packager that the name passed when packaging is a folder name.

s_RefResource

This column is currently not used.

s_MachineName

This column is currently not used.

i_Status

This column is currently not used.

s_ProgidSnapin

A string that provides the programmatic identifier (ProgID) of a snap-in extension for this resource. The snap-in extension must implement the IDispatch interface.

s_ProgidPUP

A string that provides the ProgID of a COM component that implements the Commerce Server Site Packager (IPuP) interface. For more information, see Site Packager Interface.

s_PUPParam1

This column is currently not used.

s_PUPParam2

This column is currently not used.

s_PUPParam3

This column is currently not used.

See Also

Other Resources

ExtendedProps Table

ResourceProps Table

Resources Table

SiteResources Table

Sites Table

Resource Tables in the Administration Database