NamedPipeConnectionPoolSettingsElement.GroupName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,定義用於傳出通道之連線集區的名稱
public:
property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")]
[System.Configuration.StringValidator(MinLength=0)]
public string GroupName { get; set; }
[<System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.GroupName : string with get, set
Public Property GroupName As String
屬性值
定義用於傳出通道之連線集區名稱的字串。
- 屬性
備註
在資料流處理模式中,不會共用連線,意指會停用連線集區。 預設為 "default" 字串。 您可以修改這個值,將特定用戶端的連線隔離在不同群組中。