ConfigurationSet.GetDirectoryEntry 方法
定义
获取配置分区的 DirectoryEntry 对象。Gets the DirectoryEntry object for the configuration partition.
public:
System::DirectoryServices::DirectoryEntry ^ GetDirectoryEntry();
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry ();
member this.GetDirectoryEntry : unit -> System.DirectoryServices.DirectoryEntry
Public Function GetDirectoryEntry () As DirectoryEntry
返回
配置分区的 DirectoryEntry 对象。The DirectoryEntry object for the configuration partition.