Classe ReportParameter

Represents a report parameter.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.ReportParameter

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")> _
Public NotInheritable Class ReportParameter _
    Implements ICloneable
'Utilisation
Dim instance As ReportParameter
[GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")]
public sealed class ReportParameter : ICloneable
[GuidAttribute(L"5FB65586-3697-4555-93C6-444F1C5F8A06")]
public ref class ReportParameter sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")>]
type ReportParameter =  
    class 
        interface ICloneable 
    end
public final class ReportParameter implements ICloneable

Le type ReportParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ReportParameter() Initializes a new instance of the ReportParameter class.
Méthode publique ReportParameter(String, String) Initializes a new instance of the ReportParameter class with the specified name and value.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets the name of the parameter.
Propriété publique Value Gets or sets the value of the parameter.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Returns a clone of the object.
Méthode publique CopyTo Copies the content of this object to another object (the destination).
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ReportParameter object.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices