共用方式為


EntityPropertyMappingAttribute.SourcePath 屬性

定義

取得新聞訂閱方式項目的屬性名稱,該項目將對應至摘要的指定項目。

public:
 property System::String ^ SourcePath { System::String ^ get(); };
public string SourcePath { get; }
member this.SourcePath : string
Public ReadOnly Property SourcePath As String

屬性值

包含屬性名稱的字串值。

備註

SourcePath 屬性不能直接參考複雜型別。 針對複雜型別,您必須使用路徑運算式,其中的屬性名稱以反斜線 (/) 字元隔開。 例如,對於具有整數屬性Age和複雜屬性Address的實體類型Person,允許下列值:

  • Age

  • Address/Street

SourcePath 屬性不能設為包含空格或其他字元的值,這些在屬性名稱中不是有效字元。

適用於