MetadataItem.Documentation 屬性

定義

取得或設定與這個型別相關聯的文件。

public:
 property System::Data::Metadata::Edm::Documentation ^ Documentation { System::Data::Metadata::Edm::Documentation ^ get(); void set(System::Data::Metadata::Edm::Documentation ^ value); };
public System.Data.Metadata.Edm.Documentation Documentation { get; set; }
member this.Documentation : System.Data.Metadata.Edm.Documentation with get, set
Public Property Documentation As Documentation

屬性值

Documentation 物件,表示這個型別的相關文件。

備註

這個屬性可讓您取得和設定 Documentation 物件,此物件表示與概念模型建構相關聯的檔,例如 EntityContainerEntityType、、 ComplexTypeAssociationType等等。 您可以在概念結構定義語言 (CSDL) 檔和存放結構定義語言 (SSDL) 檔中定義文件標記。 如需詳細資訊,請參閱 檔案專案 (CSDL)

適用於