ReferentialConstraint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述概念模型中關聯性的參考條件約束。
public ref class ReferentialConstraint sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class ReferentialConstraint : System.Data.Metadata.Edm.MetadataItem
type ReferentialConstraint = class
inherit MetadataItem
Public NotInheritable Class ReferentialConstraint
Inherits MetadataItem
- 繼承
屬性
BuiltInTypeKind |
取得這個 ReferentialConstraint 的內建型別類型。 |
Documentation |
取得或設定與這個型別相關聯的文件。 (繼承來源 MetadataItem) |
FromProperties |
取得其上定義這個 ReferentialConstraint 的 "from role" 的屬性清單。 |
FromRole |
取得參與這個 ReferentialConstraint 的 “from role”。 |
MetadataProperties |
取得目前型別的屬性清單。 (繼承來源 MetadataItem) |
ToProperties |
取得其上定義這個 ReferentialConstraint 的 "to role" 的屬性清單。 |
ToRole |
取得參與這個 ReferentialConstraint 的 “to role”。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |