Condividi tramite


Costruttore ReportParameter (String, String)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    value As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ReportParameter Classe

Overload ReportParameter

Spazio dei nomi Microsoft.AnalysisServices