Compartir a través de


ParameterInstance Clase

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ParameterInstance _
    Inherits BaseInstance _
    Implements IPersistable
'Uso
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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.