PersonalizationStateQuery.PathToMatch 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於查詢的路徑。
public:
property System::String ^ PathToMatch { System::String ^ get(); void set(System::String ^ value); };
public string PathToMatch { get; set; }
member this.PathToMatch : string with get, set
Public Property PathToMatch As String
屬性值
要用於查詢的路徑。
備註
此屬性包含執行查詢時要比對的路徑。 如果 PathToMatch 包含萬用字元,則會傳遞至基礎資料存放區。 這個屬性可以設定為 null
,表示查詢不應根據路徑進行篩選。 如果這個屬性為非 null
,則會修剪其值。