Condividi tramite


Classe ReportParameter

Represents a report parameter.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.ReportParameter

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

Sintassi

'Dichiarazione
<GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")> _
Public NotInheritable Class ReportParameter _
    Implements ICloneable
'Utilizzo
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

Nel tipo ReportParameter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReportParameter() Initializes a new instance of the ReportParameter class.
Metodo pubblico ReportParameter(String, String) Initializes a new instance of the ReportParameter class with the specified name and value.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets the name of the parameter.
Proprietà pubblica Value Gets or sets the value of the parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Returns a clone of the object.
Metodo pubblico CopyTo Copies the content of this object to another object (the destination).
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ReportParameter object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices