ActiveDirectorySiteLinkBridge.GetDirectoryEntry 方法

定义

获取 ActiveDirectorySiteLinkBridge 对象的 DirectoryEntry 对象。Gets the DirectoryEntry object for the ActiveDirectorySiteLinkBridge object.

public:
 System::DirectoryServices::DirectoryEntry ^ GetDirectoryEntry();
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry ();
member this.GetDirectoryEntry : unit -> System.DirectoryServices.DirectoryEntry
Public Function GetDirectoryEntry () As DirectoryEntry

返回

DirectoryEntry

一个 DirectoryEntry 对象,它表示站点链接桥对象的目录项。A DirectoryEntry object that represents the directory entry for the site link bridge object.

例外

尚未将 ActiveDirectorySiteLinkBridge 对象保存到 Active Directory 域服务存储区中。The ActiveDirectorySiteLinkBridge object has not yet been saved in the Active Directory Domain Services store.

已释放此对象。The object has been disposed.

适用于

另请参阅