Dela via


ManagementPackActionType.DrillThroughColumns Property

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

Gets the management pack drillthrough columns.

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

Usage

'Usage
Dim instance As ManagementPackActionType
Dim value As ICollection(Of DrillThroughColumnType)

value = instance.DrillThroughColumns

Syntax

'Declaration
<FieldMappingAttribute("DrillThroughColumns")> _
Public ReadOnly Property DrillThroughColumns As ICollection(Of DrillThroughColumnType)
[FieldMappingAttribute("DrillThroughColumns")] 
public ICollection<DrillThroughColumnType> DrillThroughColumns { get; }
[FieldMappingAttribute(L"DrillThroughColumns")] 
public:
property ICollection<DrillThroughColumnType^>^ DrillThroughColumns {
    ICollection<DrillThroughColumnType^>^ get ();
}
/** @property */
public ICollection<DrillThroughColumnType> get_DrillThroughColumns ()
public function get DrillThroughColumns () : ICollection<DrillThroughColumnType>

Property Value

A collection of drillthrough columns.

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

ManagementPackActionType Class
ManagementPackActionType Members
Microsoft.EnterpriseManagement.Configuration Namespace