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
Public Class Property
'Utilizzo
Dim instance As [Property]
public class Property
public ref class Property
type Property = class end
public class Property
Nel tipo Property sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Property | Initializes a new instance of the Property class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the property. | |
Value | Gets or sets the value of the property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.