ConnectionManagementElement.Address 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定遠端電腦的位址。
public:
property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
Public Property Address As String
屬性值
字串,包含描述 IP 位址或 DNS 名稱的規則運算式。
- 屬性
備註
您可以使用星號 (*) 來設定未指定電腦的預設連線數目。
此屬性會識別一或多部遠端計算機, MaxConnection 而屬性會指定本機計算機與遠端電腦之間允許的同時連線數目。