Dela via


ManagementPackMeasureGroupType.DateDimAlias 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 name of the date dimension that filters on this measure group.

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

Usage

'Usage
Dim instance As ManagementPackMeasureGroupType
Dim value As String

value = instance.DateDimAlias

instance.DateDimAlias = value

Syntax

'Declaration
<FieldMappingAttribute("DateDimAlias")> _
Public Property DateDimAlias As String
[FieldMappingAttribute("DateDimAlias")] 
public string DateDimAlias { get; set; }
[FieldMappingAttribute(L"DateDimAlias")] 
public:
property String^ DateDimAlias {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DateDimAlias ()

/** @property */
public void set_DateDimAlias (String value)
public function get DateDimAlias () : String

public function set DateDimAlias (value : String)

Property Value

The name of the date dimension.

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

ManagementPackMeasureGroupType Class
ManagementPackMeasureGroupType Members
Microsoft.EnterpriseManagement.Configuration Namespace