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 | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies the content of this object to another object (the destination). | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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.