DirectoryEntry.RefreshCache 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將這個 DirectoryEntry 物件的屬性值載入屬性快取中。
多載
RefreshCache() |
將這個 DirectoryEntry 物件的屬性值載入屬性快取中。 |
RefreshCache(String[]) |
將指定的屬性值載入屬性快取中。 |
RefreshCache()
將這個 DirectoryEntry 物件的屬性值載入屬性快取中。
public:
void RefreshCache();
public void RefreshCache ();
member this.RefreshCache : unit -> unit
Public Sub RefreshCache ()
備註
警告
屬性快取的任何未認可的變更都會遺失。 CommitChanges使用方法來保存目錄存放區的變更。
另請參閱
適用於
RefreshCache(String[])
將指定的屬性值載入屬性快取中。
public:
void RefreshCache(cli::array <System::String ^> ^ propertyNames);
public void RefreshCache (string[] propertyNames);
member this.RefreshCache : string[] -> unit
Public Sub RefreshCache (propertyNames As String())
參數
- propertyNames
- String[]
指定之屬性的陣列。
備註
警告
屬性快取的任何未認可的變更都會遺失。 使用 CommitChanges 來保存目錄存放區的變更。