NamedPipeConnectionPoolSettings.GroupName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用戶端上此連線集區群組的群組名稱。
public:
property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
public string GroupName { get; set; }
member this.GroupName : string with get, set
Public Property GroupName As String
屬性值
用戶端上此連線集區群組的名稱。 預設名稱為 "default"。
例外狀況
值為 null
。
備註
預設值可加以變更,以便將特定用戶端的連接隔離在不同群組中。