Compartilhar via


Classe ReportParameter

Represents a report parameter.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.ReportParameter

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<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

O tipo ReportParameter expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of the parameter.
Propriedade pública Value Gets or sets the value of the parameter.

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações 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.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices