Udostępnij za pośrednictwem


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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DrillThroughAction Class
DrillThroughAction Members
Microsoft.AnalysisServices Namespace