Compartir a través de


Clase Property

Represents the properties of an item in the report server database.

Jerarquía de herencia

System.Object
  ReportService2005.Property
    ReportService2005.SearchCondition

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Class Property
'Uso
Dim instance As [Property]
public class Property
public ref class Property
type Property =  class end
public class Property

El tipo Property expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Property Initializes a new instance of the Property class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the property.
Propiedad pública Value Gets or sets the value of the property.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Use the Property class to get or set both custom and built-in properties of an item in the report server database.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, CreateFolder, CreateLinkedReport, CreateResource, GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2005