Constraint.ExtendedProperties Свойство
Определение
Возвращает коллекцию определенных пользователем свойств ограничений.Gets the collection of user-defined constraint properties.
public:
property System::Data::PropertyCollection ^ ExtendedProperties { System::Data::PropertyCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Data.PropertyCollection ExtendedProperties { get; }
[System.ComponentModel.Browsable(false)]
[System.Data.DataSysDescription("ExtendedPropertiesDescr")]
public System.Data.PropertyCollection ExtendedProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExtendedProperties : System.Data.PropertyCollection
[<System.ComponentModel.Browsable(false)>]
[<System.Data.DataSysDescription("ExtendedPropertiesDescr")>]
member this.ExtendedProperties : System.Data.PropertyCollection
Public ReadOnly Property ExtendedProperties As PropertyCollection
Значение свойства
Коллекция PropertyCollection пользовательских сведений.A PropertyCollection of custom information.
- Атрибуты
Комментарии
Расширенные свойства должны иметь тип String .Extended properties must be of type String. Свойства, которые не относятся String к типу, не сохраняются, если Constraint записывается как XML.Properties that are not of type String are not persisted when the Constraint is written as XML.