PropertyGeneratedEventArgs.PropertySource 属性

定义

获取作为属性的源的 MetadataItem 对象。

public:
 property System::Data::Metadata::Edm::MetadataItem ^ PropertySource { System::Data::Metadata::Edm::MetadataItem ^ get(); };
public System.Data.Metadata.Edm.MetadataItem PropertySource { get; }
member this.PropertySource : System.Data.Metadata.Edm.MetadataItem
Public ReadOnly Property PropertySource As MetadataItem

属性值

作为属性的源的 MetadataItem 对象。

适用于