TcpConnectionPoolSettings.GroupName 属性
定义
获取或设置客户端上的连接池组的组名称。Gets or sets the group name of the connection pool group on the client.
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
属性值
客户端上的连接池组的组名称。The group name of the connection pool group on the client. 默认名称为“default”。The default name is "default".
例外
该值为 null。The value is null.
注解
默认值可进行更改,以便将特定客户端的连接隔离为不同的组。The default value can be changed to isolate the connections for a particular client into separate groups.