ItemParameter-Klasse

Represents an item parameter.

Vererbungshierarchie

System. . :: . .Object
  ReportService2010..::..ItemParameter

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemParameter
'Usage
Dim instance As ItemParameter
[SerializableAttribute]
public class ItemParameter
[SerializableAttribute]
public ref class ItemParameter
[<SerializableAttribute>]
type ItemParameter =  class end
public class ItemParameter

Der ItemParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ItemParameter Initializes a new instance of the ItemParameter class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowBlank Gets or sets a value that indicates whether an empty string is a valid value for the parameter.
Öffentliche Eigenschaft AllowBlankSpecified Gets or sets a value that indicates whether the AllowBlank property is specified.
Öffentliche Eigenschaft DefaultValues Gets or sets the default values for the parameter.
Öffentliche Eigenschaft DefaultValuesQueryBased Gets or sets a value that indicates whether the default values for the parameter are based on a query.
Öffentliche Eigenschaft DefaultValuesQueryBasedSpecified Gets or sets a value that indicates whether the DefaultValuesQueryBased property is specified.
Öffentliche Eigenschaft Dependencies Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.
Öffentliche Eigenschaft ErrorMessage Gets the error message returned when a parameter value has failed validation.
Öffentliche Eigenschaft MultiValue Gets or sets a value that indicates whether the parameter is a multivalued parameter.
Öffentliche Eigenschaft MultiValueSpecified Gets or sets a value that indicates whether the MultiValue property is specified.
Öffentliche Eigenschaft Name Gets or sets the name of the parameter.
Öffentliche Eigenschaft Nullable Gets or sets a value that indicates whether the value of the parameter can be nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).
Öffentliche Eigenschaft NullableSpecified Gets or sets a value that indicates whether the Nullable property is specified.
Öffentliche Eigenschaft ParameterStateName Gets or sets the state of the parameter.
Öffentliche Eigenschaft ParameterTypeName Gets or sets the data type of the parameter.
Öffentliche Eigenschaft Prompt Gets or sets the text that prompts the user for parameter values.
Öffentliche Eigenschaft PromptUser Gets or sets a value that indicates whether the user is prompted for the value of the parameter.
Öffentliche Eigenschaft PromptUserSpecified Gets or sets a value that indicates whether the PromptUser property is specified.
Öffentliche Eigenschaft QueryParameter Gets or sets a value that indicates whether the parameter is used in a query.
Öffentliche Eigenschaft QueryParameterSpecified Gets or sets a value that indicates whether the QueryParameter property is specified.
Öffentliche Eigenschaft ValidValues Gets or sets the available ValidValue objects for the parameter.
Öffentliche Eigenschaft ValidValuesQueryBased Gets or sets a value that indicates whether the parameter's valid values are based on a query.
Öffentliche Eigenschaft ValidValuesQueryBasedSpecified Gets or sets a value that indicates whether the ValidValuesQueryBased property is specified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von 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