Constraint.ExtendedProperties 속성

정의

사용자 정의 제약 조건 속성 컬렉션을 가져옵니다.

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입니다.

특성

설명

확장 속성은 형식 String이어야 합니다. 형식 String 이 아닌 속성은 가 XML로 작성될 때 Constraint 유지되지 않습니다.

적용 대상