Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the valid data types for catalog properties.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Enumeration CatalogDataType
'Usage
Dim instance As CatalogDataType
public enum CatalogDataType
public enum class CatalogDataType
public enum CatalogDataType
Members
| Member name | Description | |
|---|---|---|
| Integer | The data type is 32-bit signed integer. | |
| BigInteger | The data type is 64-bit signed integer. | |
| Float | The data type is single-precision floating point. | |
| Double | The data type is double-precision floating point. | |
| Boolean | The data type is boolean. | |
| String | The data type is a string of unicode characters. | |
| DateTime | The data type is DateTime. | |
| Currency | The data type is Currency. | |
| FilePath | The data type is a string representing a file path. | |
| Enumeration | The data type is an enumeration. | |
| Text | The data type is text (large string size). |
Remarks
The CatalogDataType enumeration represents the different data types that the Catalog controls can validate.
The system supports the following datatypes:
Integer
BigInteger
Float
Double
Boolean
String - The maxLength should be between 1 and 4000.
DataTime
Currency
FilePath - The dataype will be created with a maxlength of 256 characters.
Enumeration - The datatype will be created with a maxlength of 128 characters.
Text