PropertyGeneratedEventArgs.PropertySource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取作为属性的源的 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 对象。