Share via


RelationshipQuery.SourceObject 屬性

定義

取得或設定這個查詢的來源物件。

public:
 property System::String ^ SourceObject { System::String ^ get(); void set(System::String ^ value); };
public string SourceObject { get; set; }
member this.SourceObject : string with get, set
Public Property SourceObject As String

屬性值

傳回 String 值,內含要用於查詢的物件路徑。

備註

設定這個屬性值會覆寫儲存在 物件中的任何先前值。 系統會重建查詢字串以反映新的來源物件。

屬性值

字串,表示要用於查詢的物件路徑。

.NET Framework 安全性

完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫

適用於