Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines the current measure data type.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("ACBA09AE-E666-49d1-879E-1C522E6735D3")> _
Public Enumeration MeasureDataType
'Utilisation
Dim instance As MeasureDataType
[GuidAttribute("ACBA09AE-E666-49d1-879E-1C522E6735D3")]
public enum MeasureDataType
[GuidAttribute(L"ACBA09AE-E666-49d1-879E-1C522E6735D3")]
public enum class MeasureDataType
[<GuidAttribute("ACBA09AE-E666-49d1-879E-1C522E6735D3")>]
type MeasureDataType
public enum MeasureDataType
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |