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 | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies the content of this object to another object (the destination). | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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.