Partager via


Classe ParameterInstance

Represents an instance type of the Parameter class and contains the calculated values of the properties in Parameter.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ParameterInstance _
    Inherits BaseInstance _
    Implements IPersistable
'Utilisation
Dim instance As ParameterInstance
public sealed class ParameterInstance : BaseInstance, 
    IPersistable
public ref class ParameterInstance sealed : public BaseInstance, 
    IPersistable
[<SealedAttribute>]
type ParameterInstance =  
    class
        inherit BaseInstance
        interface IPersistable
    end
public final class ParameterInstance extends BaseInstance implements IPersistable

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..ParameterInstance

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.