Класс EnumProperty
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a report enumeration property of a specific enumeration type.
Иерархия наследования
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.EnumProperty
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Class EnumProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Применение
Dim instance As EnumProperty
public class EnumProperty : PropertyDefinition,
IPropertyDefinition
public ref class EnumProperty : public PropertyDefinition,
IPropertyDefinition
type EnumProperty =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
public class EnumProperty extends PropertyDefinition implements IPropertyDefinition
Тип EnumProperty обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
EnumProperty | Creates a new instance of the EnumProperty class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Default | Gets the default enumeration value. |
![]() |
Name | The property name. (Производный от PropertyDefinition.) |
![]() |
ValidValues | Gets the valid values. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Validates the enumeration property using the specified component and value. |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of an enumeration property. |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of an enumeration property. |
![]() ![]() |
IPropertyDefinition.Validate | Validates the property definition of an enumeration. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel