ProfileDataType Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the data type of a ProfileProperty.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Enumeration ProfileDataType
'Usage
Dim instance As ProfileDataType
public enum ProfileDataType
public enum class ProfileDataType
public enum ProfileDataType
Members
Member name | Description | |
---|---|---|
Binary | Binary data type. Corresponds to ADODB.DataTypeEnum.adBinary with a max storage size of 4K bytes. | |
Boolean | Boolean data type. Corresponds to ADODB.DataTypeEnum.adBoolean. | |
Currency | Currency data type. Corresponds to ADODB.DataTypeEnum.adCurrency. | |
DateTime | DateTime data type. Corresponds to ADODB.DataTypeEnum.adDateTime. | |
Double | Double data type. Corresponds to ADODB.DataTypeEnum.adDouble. | |
Integer | Integer data type. Corresponds to ADODB.DataTypeEnum.adInteger. | |
LongBinary | Binary data type. Corresponds to ADODB.DataTypeEnum.adBinary, with a max storage size of 128*K bytes. | |
LongString | LongString data type. Corresponds to ADODB.DataTypeEnum.adBSTR and ADODB.DataTypeEnum.adWCHAR with a max storage size of 128*1024 characters. | |
Short | Short data type. Corresponds to ADODB.DataTypeEnum.adSmallInt. | |
Single | Single data type. Corresponds to ADODB.DataTypeEnum.adSingle. | |
String | String data type. Corresponds to ADODB.DataTypeEnum.adBSTR and ADODB.DataTypeEnum.adWCHAR with a max storage size of 4000 characters. | |
Variant | Variant data type. Corresponds to ADODB.DataTypeEnum.adVariant. |
Remarks
The ProfileDataType enumeration identifies the data types used in the Profiles BCL.