ConnectionManagementElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ConnectionManagementElement 類別的新執行個體。
多載
ConnectionManagementElement() |
初始化 ConnectionManagementElement 類別的新執行個體。 |
ConnectionManagementElement(String, Int32) |
使用指定的位址和連線限制資訊,初始化 ConnectionManagementElement 類別的新執行個體。 |
ConnectionManagementElement()
初始化 ConnectionManagementElement 類別的新執行個體。
public:
ConnectionManagementElement();
public ConnectionManagementElement ();
Public Sub New ()
另請參閱
適用於
ConnectionManagementElement(String, Int32)
使用指定的位址和連線限制資訊,初始化 ConnectionManagementElement 類別的新執行個體。
public:
ConnectionManagementElement(System::String ^ address, int maxConnection);
public ConnectionManagementElement (string address, int maxConnection);
new System.Net.Configuration.ConnectionManagementElement : string * int -> System.Net.Configuration.ConnectionManagementElement
Public Sub New (address As String, maxConnection As Integer)
參數
- address
- String
字串,識別遠端電腦位址。
- maxConnection
- Int32
整數,識別允許從本機電腦連接至 address
的最大連線數目。
備註
這個建構函式會將 Address 屬性設定為 address
,並將 MaxConnection 屬性設定為 maxConnection
。