SystemProps Table

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

The columns of the SystemProps table are described in the following table.

SystemProps Columns Description
i_ApplicationID This column is not currently used.
s_Name This column is not currently used.
s_ClassName Set to an arbitrary string. It is used as the bstrConfigSchemaClass parameter to both the GlobalConfig.CreateServiceConfig and the SiteConfig.CreateComponentConfig methods.
s_ResourceType A string 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 not currently used.
f_ResourceFlags The values in this column are bit fields that store information about a number of Boolean characteristics of resources. For more information about the meaning of the bits in this flag, see the f_ResourceFlags column of the Resources Table.

The constants for the bits in this flag are defined in the ConfigFlags enumeration in the file cssnapin.h.

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 not currently used.
s_MachineName This column is not currently used.
i_Status This column is not currently used.
s_ProgidSnapin A string that provides the 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 not currently used.
s_PUPParam2 This column is not currently used.
s_PUPParam3 This column is not currently used.


All rights reserved.