Compartir a través de


Clase ReportParameter

Represents a report parameter.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.ReportParameter

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

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

El tipo ReportParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReportParameter() Initializes a new instance of the ReportParameter class.
Método público ReportParameter(String, String) Initializes a new instance of the ReportParameter class with the specified name and value.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the parameter.
Propiedad pública Value Gets or sets the value of the parameter.

Arriba

Métodos

  Nombre Descripción
Método público Clone Returns a clone of the object.
Método público CopyTo Copies the content of this object to another object (the destination).
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ReportParameter object.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices