Partager via


ManagementPackCustomMeasureType.Type 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 column type for the current object.

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

Usage

'Usage
Dim instance As ManagementPackCustomMeasureType
Dim value As ManagementPackCubeCustomMeasureTypes

value = instance.Type

instance.Type = value

Syntax

'Declaration
<FieldMappingAttribute("Type")> _
Public Property Type As ManagementPackCubeCustomMeasureTypes
[FieldMappingAttribute("Type")] 
public ManagementPackCubeCustomMeasureTypes Type { get; set; }
[FieldMappingAttribute(L"Type")] 
public:
property ManagementPackCubeCustomMeasureTypes Type {
    ManagementPackCubeCustomMeasureTypes get ();
    void set (ManagementPackCubeCustomMeasureTypes value);
}
/** @property */
public ManagementPackCubeCustomMeasureTypes get_Type ()

/** @property */
public void set_Type (ManagementPackCubeCustomMeasureTypes value)
public function get Type () : ManagementPackCubeCustomMeasureTypes

public function set Type (value : ManagementPackCubeCustomMeasureTypes)

Property Value

The column type for the current object.

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

ManagementPackCustomMeasureType Class
ManagementPackCustomMeasureType Members
Microsoft.EnterpriseManagement.Configuration Namespace