Documentation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示與概念模型建構相關聯的文件。
public ref class Documentation sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class Documentation : System.Data.Metadata.Edm.MetadataItem
type Documentation = class
inherit MetadataItem
Public NotInheritable Class Documentation
Inherits MetadataItem
- 繼承
備註
Documentation 類別 (Class) 執行個體 (Instance),表示在概念結構定義語言 (CSDL) 檔和存放結構定義語言 (SSDL) 檔中所定義文件標籤的內容。 您可以定義概念模型建構的文件標籤,例如EntityContainer、EntityType、 和 ComplexType。AssociationType 如需詳細資訊,請參閱 檔案元素 (CSDL) 。
屬性
BuiltInTypeKind |
取得這個 Documentation 的內建型別類型。 |
Documentation |
取得或設定與這個型別相關聯的文件。 (繼承來源 MetadataItem) |
IsEmpty |
取得表示這個 Documentation 物件是否僅包含 null 或是空白的 Summary 和 LongDescription。 |
LongDescription |
取得這個 Documentation 的完整描述。 |
MetadataProperties |
取得目前型別的屬性清單。 (繼承來源 MetadataItem) |
Summary |
取得這個 Documentation 的摘要。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回這個 Documentation 的摘要。 |