DrillThroughAction.Columns Property
Gets the columns of the underlying data with their binding.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<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
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DrillThroughAction Class
DrillThroughAction Members
Microsoft.AnalysisServices Namespace