TcpConnectionPoolSettings.GroupName 属性

定义

获取或设置客户端上的连接池组的组名称。

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

属性值

String

客户端上的连接池组的组名称。 默认名称为“default”。

例外

该值为 null

注解

默认值可进行更改,以便将特定客户端的连接隔离为不同的组。

适用于