ConnectionManagementElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示至遠端電腦的最大連線數目。 此類別無法獲得繼承。
public ref class ConnectionManagementElement sealed : System::Configuration::ConfigurationElement
public sealed class ConnectionManagementElement : System.Configuration.ConfigurationElement
type ConnectionManagementElement = class
inherit ConfigurationElement
Public NotInheritable Class ConnectionManagementElement
Inherits ConfigurationElement
- 繼承
備註
這個類別會對應至 <connectionManagement 的 add> Element (Network Settings) 組態專案。
這個類別可用來指定與遠端電腦同時連線的最大數目。
這個類別可讓您以程式設計方式存取可儲存在組態檔中的資訊。
建構函式
ConnectionManagementElement() |
初始化 ConnectionManagementElement 類別的新執行個體。 |
ConnectionManagementElement(String, Int32) |
使用指定的位址和連線限制資訊,初始化 ConnectionManagementElement 類別的新執行個體。 |