Condividi tramite


Classe Property

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

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005..::..Property
    ReportService2005. . :: . .SearchCondition

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class Property
'Utilizzo
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property =  class end
public class Property

Nel tipo Property sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Property Initializes a new instance of the Property class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets the name of the property.
Proprietà pubblica Value Gets or sets the value of the property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento