ManagementPackCubeColumnTypes Enumeration

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the management pack cube column types.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As ManagementPackCubeColumnTypes

[SerializableAttribute] 
[TypeMappingAttribute(L"System.Extensibility", L"1.0.0.0", L"ColumnTypes")] 
public enum class ManagementPackCubeColumnTypes
/** @attribute SerializableAttribute() */ 
/** @attribute TypeMappingAttribute("System.Extensibility", "1.0.0.0", "ColumnTypes") */ 
public enum ManagementPackCubeColumnTypes
SerializableAttribute 
TypeMappingAttribute("System.Extensibility", "1.0.0.0", "ColumnTypes") 
public enum ManagementPackCubeColumnTypes

Member nameDescription
BoolIndicates that the management pack cube column type is Boolean.
DoubleIndicates that the management pack cube column type is Double.
IntIndicates that the management pack cube column type is Integer.
StringIndicates that the management pack cube column type is String.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: