Поделиться через


Конструктор ReportParameter (String, String)

Initializes a new instance of the ReportParameter class with the specified name and value.

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

Синтаксис

'Декларация
Public Sub New ( _
    name As String, _
    value As String _
)
'Применение
Dim name As String 
Dim value As String 

Dim instance As New ReportParameter(name, value)
public ReportParameter(
    string name,
    string value
)
public:
ReportParameter(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> ReportParameter
public function ReportParameter(
    name : String, 
    value : String
)

Параметры

См. также

Справочник

ReportParameter Класс

Перегрузка ReportParameter

Пространство имен Microsoft.AnalysisServices