Поделиться через


Класс ReportParameter

Represents a report parameter.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.ReportParameter

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")> _
Public NotInheritable Class ReportParameter _
    Implements ICloneable
'Применение
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

Тип ReportParameter обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство Name Gets or sets the name of the parameter.
Открытое свойство Value Gets or sets the value of the parameter.

В начало

Методы

  Имя Описание
Открытый метод Clone Returns a clone of the object.
Открытый метод CopyTo Copies the content of this object to another object (the destination).
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ReportParameter object.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices