Freigeben über


ReportParameter-Klasse

Represents a report parameter.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.ReportParameter

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

Syntax

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

Der ReportParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportParameter() Initializes a new instance of the ReportParameter class.
Öffentliche Methode ReportParameter(String, String) Initializes a new instance of the ReportParameter class with the specified name and value.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the parameter.
Öffentliche Eigenschaft Value Gets or sets the value of the parameter.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Returns a clone of the object.
Öffentliche Methode CopyTo Copies the content of this object to another object (the destination).
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ReportParameter object.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace