NamedPipeConnectionPoolSettingsElement.GroupName 属性

定义

获取或设置一个字符串,该字符串定义用于传出通道的连接池的名称。

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

属性值

String

一个字符串,定义用于传出通道的连接池的名称。

属性

注解

在流处理模式中,不共享连接,这意味着禁用连接池。 默认值为字符串 "default"。 可以修改此值,以便将特定客户端的连接隔离到不同的组中。

适用于