Library Specification Object Model Reference

DataType Enumeration

An enumeration of DataTypes that are supported by IQLAttributes. A DataType refers to what type of data an IQLAttribute holds.

public enum DataType

Members

Member Name Description
Integer Represents any integer value that may fall within the range of a C# long data type.
Alpha Represents any collection of Alpha-numeric characters.

Requirements

Namespace: Spss.Dimensions.Library.Specification

Assembly: Spss.Dimensions.Library.Specification (in Spss.Dimensions.Library.Specification.dll)

See Also

Spss.Dimensions.Library.Specification Namespace