XmlSchemaKey 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此類別會將來自 XML 結構描述的 key
元素,依全球資訊網協會 (W3C) 的規定表示。
public ref class XmlSchemaKey : System::Xml::Schema::XmlSchemaIdentityConstraint
public class XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint
type XmlSchemaKey = class
inherit XmlSchemaIdentityConstraint
Public Class XmlSchemaKey
Inherits XmlSchemaIdentityConstraint
- 繼承
範例
如需使用此類別的範例,請參閱 XmlSchemaKeyref 。
備註
指定屬性或項目值 (或值集合) 必須是指定範圍內的索引鍵。 索引鍵必須是唯一、不可為 Null 或不可為 Null,而且一律存在。 條件約束名稱在架構內必須是唯一的。
建構函式
XmlSchemaKey() |
初始化 XmlSchemaKey 類別的新執行個體。 |
屬性
Annotation |
取得或設定 |
Fields |
取得當成 XML 路徑語言 (XPath) 運算式選取器之子系套用的欄位集合。 (繼承來源 XmlSchemaIdentityConstraint) |
Id |
取得或設定字串 ID。 (繼承來源 XmlSchemaAnnotated) |
LineNumber |
取得或設定 |
LinePosition |
取得或設定 |
Name |
取得或設定識別條件約束的名稱。 (繼承來源 XmlSchemaIdentityConstraint) |
Namespaces |
取得或設定 XmlSerializerNamespaces,以便與這個結構描述物件一起使用。 (繼承來源 XmlSchemaObject) |
Parent |
取得或設定這個 XmlSchemaObject 的父項。 (繼承來源 XmlSchemaObject) |
QualifiedName |
取得包含 |
Selector |
取得或設定 XPath 運算式 |
SourceUri |
取得或設定載入結構描述之檔案的來源位置。 (繼承來源 XmlSchemaObject) |
UnhandledAttributes |
取得或設定不屬於目前結構描述之目標命名空間的限定屬性 (Attribute)。 (繼承來源 XmlSchemaAnnotated) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |