Property Clase
Represents the properties of an item in the report server database.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class Property
'Uso
Dim instance As [Property]
[SerializableAttribute]
public class Property
[SerializableAttribute]
public ref class Property
[<SerializableAttribute>]
type Property = class end
public class Property
Notas
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.
Jerarquía de herencia
System. . :: . .Object
ReportService2005..::..Property
ReportService2005. . :: . .SearchCondition
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.