MeasureDataType-Enumeration

Defines the current measure data type.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[GuidAttribute("ACBA09AE-E666-49d1-879E-1C522E6735D3")]
public enum MeasureDataType

Elemente

Elementname Beschreibung
BigInt The bigint data type. 
Boolean The Boolean data type. 
Currency The currency data type. 
Date The date data type. 
Double The double data type. 
Inherited The inherited data type. 
Integer The integer data type. 
Single The single data type. 
SmallInt The smallint data type. 
TinyInt The tinyint data type. 
UnsignedBigInt The unsignedbigint data type. 
UnsignedInt The unsignedint data type. 
UnsignedSmallInt The unsignedsmallint data type. 
UnsignedTinyInt The unsignedtinyint data type. 
WChar The wchar data type. 

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace