NamedPipeConnectionPoolSettings.GroupName Propriedade

Definição

Obtém ou define o nome do grupo de pool de conexões no cliente.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

Valor da propriedade

String

O nome do grupo de pools de conexão no cliente.The name of the connection pool group on the client. O nome padrão é "default".The default name is "default".

Exceções

O valor é null.The value is null.

Comentários

O valor padrão pode ser alterado para isolar as conexões de um cliente específico em grupos separados.The default value can be changed to isolate the connections for a particular client into separate groups.

Aplica-se a