DirectorySearcher.PropertiesToLoad 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示搜尋期間要擷取的屬性清單。
public:
property System::Collections::Specialized::StringCollection ^ PropertiesToLoad { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection PropertiesToLoad { get; }
[System.DirectoryServices.DSDescription("DSPropertiesToLoad")]
public System.Collections.Specialized.StringCollection PropertiesToLoad { get; }
member this.PropertiesToLoad : System.Collections.Specialized.StringCollection
[<System.DirectoryServices.DSDescription("DSPropertiesToLoad")>]
member this.PropertiesToLoad : System.Collections.Specialized.StringCollection
Public ReadOnly Property PropertiesToLoad As StringCollection
屬性值
StringCollection 物件,包含搜尋期間要擷取的屬性集。
預設為空的 StringCollection,表示擷取所有屬性。
- 屬性
備註
若要擷取特定屬性,請在開始搜尋之前,將其新增至此集合。 例如, searcher.PropertiesToLoad.Add("phone");
會將電話屬性新增至搜尋中要擷取的屬性清單。
搜尋期間一律會擷取屬性 「ADsPath」。。 在 Windows 2000 和更早版本的作業系統上,執行搜尋的帳戶必須是 Administrators 群組的成員,才能擷取 ntSecurityDescriptor 屬性。 如果不是這種情況,則針對 ntSecurityDescriptor 傳回的屬性值會是 null
。 如需詳細資訊,請參閱 NT-Security-Descriptor 一文。