ReportAction.ReportParameters Property

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
<XmlArrayItemAttribute("ReportParameter", GetType(ReportParameter))> _
Public ReadOnly Property ReportParameters As ReportParameterCollection
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
[XmlArrayItemAttribute("ReportParameter", typeof(ReportParameter))] 
public ReportParameterCollection ReportParameters { get; }
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
[XmlArrayItemAttribute(L"ReportParameter", typeof(ReportParameter))] 
public:
property ReportParameterCollection^ ReportParameters {
    ReportParameterCollection^ get ();
}
/** @property */
public ReportParameterCollection get_ReportParameters ()
public function get ReportParameters () : ReportParameterCollection

Синхронизация потоков

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.

См. также

Справочник

ReportAction Class
ReportAction Members
Microsoft.AnalysisServices Namespace