Partager via


ReportParameter Constructor (String, String)

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    value As String _
)
public ReportParameter (
    string name,
    string value
)
public:
ReportParameter (
    String^ name, 
    String^ value
)
public ReportParameter (
    String name, 
    String value
)
public function ReportParameter (
    name : String, 
    value : String
)

Paramètres

  • name
     
  • value
     

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReportParameter Class
ReportParameter Members
Microsoft.AnalysisServices Namespace