다음을 통해 공유


NamedPipeConnectionPoolSettings.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

속성 값

클라이언트에 있는 연결 풀 그룹의 이름입니다. 기본 이름은 "default"입니다.

예외

값이 null입니다.

설명

기본값을 변경하여 특정 클라이언트에 대한 연결을 별도의 그룹으로 격리할 수 있습니다.

적용 대상