DrillThroughAction.Columns Property

Gets the columns of the underlying data with their binding.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<XmlArrayItemAttribute("Column")> _
<XmlArrayAttribute> _
Public ReadOnly Property Columns As BindingCollection
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute("Column")] 
[XmlArrayAttribute] 
public BindingCollection Columns { get; }
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(L"Column")] 
[XmlArrayAttribute] 
public:
property BindingCollection^ Columns {
    BindingCollection^ get ();
}
/** @property */
public BindingCollection get_Columns ()
public function get Columns () : BindingCollection

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DrillThroughAction Class
DrillThroughAction Members
Microsoft.AnalysisServices Namespace