DirectoryConnection.Directory 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應該建立連接的網域或伺服器。
public:
virtual property System::DirectoryServices::Protocols::DirectoryIdentifier ^ Directory { System::DirectoryServices::Protocols::DirectoryIdentifier ^ get(); };
public virtual System.DirectoryServices.Protocols.DirectoryIdentifier Directory { get; }
member this.Directory : System.DirectoryServices.Protocols.DirectoryIdentifier
Public Overridable ReadOnly Property Directory As DirectoryIdentifier
屬性值
要連接到的網域或伺服器。
備註
例如, "http://fabrikam.com/platforms/adssoap.dll"
表示 DSML 伺服器,而 "dc-01.fabrikam.com"
代表 LDAP 伺服器。