MetadataItem.Documentation Eigenschap

Definitie

Hiermee haalt u de documentatie op die aan dit type is gekoppeld of stelt u deze in.

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

Waarde van eigenschap

Een Documentation object dat de documentatie over dit type vertegenwoordigt.

Opmerkingen

Met deze eigenschap kunt u het Documentation object ophalen en instellen dat de documentatie vertegenwoordigt die is gekoppeld aan conceptuele modelconstructies, zoals de EntityContainer, de EntityType, de ComplexType, de , de AssociationType, enzovoort. U kunt de documentatietag definiƫren in de CSDL-bestanden (Conceptual Schema Definition Language) en SSDL-bestanden (Schema Definition Language) opslaan. Zie Documentatie-element (CSDL) voor meer informatie.

Van toepassing op