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