ManagementPackNamedCalculationType.ColumnType Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the value for the column type.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackNamedCalculationType
Dim value As ManagementPackCubeColumnTypes
value = instance.ColumnType
instance.ColumnType = value
Syntax
'Declaration
<FieldMappingAttribute("ColumnType")> _
Public Property ColumnType As ManagementPackCubeColumnTypes
[FieldMappingAttribute("ColumnType")]
public ManagementPackCubeColumnTypes ColumnType { get; set; }
[FieldMappingAttribute(L"ColumnType")]
public:
property ManagementPackCubeColumnTypes ColumnType {
ManagementPackCubeColumnTypes get ();
void set (ManagementPackCubeColumnTypes value);
}
/** @property */
public ManagementPackCubeColumnTypes get_ColumnType ()
/** @property */
public void set_ColumnType (ManagementPackCubeColumnTypes value)
public function get ColumnType () : ManagementPackCubeColumnTypes
public function set ColumnType (value : ManagementPackCubeColumnTypes)
Property Value
The value for the column type.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackNamedCalculationType Class
ManagementPackNamedCalculationType Members
Microsoft.EnterpriseManagement.Configuration Namespace