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 | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a clone of the object. | |
CopyTo | Copies the content of this object to another object (the destination). | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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.