共用方式為


ConnectionManagementElement 建構函式

定義

初始化 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

另請參閱

適用於