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 | |
---|---|---|
ReportParameter() | Initializes a new instance of the ReportParameter class. | |
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 | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies the content of this object to another object (the destination). | |
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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.