CreativeSize

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

This class represents the size of custom content on a Web page. A CreativeSize object links to one or more Creative objects.

Data Members

Data Member Name

Data Type

Default Value

Description

CreativeSizeNum

int

0

Stores the unique key for the object. Key member.

SiteName

nvarchar(255)

Unknown

Stores the name of the site associated with the object. Key member.

SizeHeight

smallint

Null

Stores the height, in pixels, of the custom content size.

SizeName

nvarchar(255)

Null

Stores the name of the custom content size object.

SizeTag

nvarchar(255)

Null

Stores the tag associated with the custom content size.

SizeWidth

smallint

Null

Stores the width, in pixels, of the custom content size.

Class Key

CreativeSizeKey is composed of the following data members:

   CreativeSizeNum + SiteName

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name

Parent

Child

Type

CreativeSizeCreative

CreativeSize

Creative

2

See Also

Other Resources

Data Warehouse Classes