UIConnectionGroupInfo 생성자 (Int32)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a new instance of the UIConnectionGroupInfo class with the specified capacity parameter.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegSvrEnum
어셈블리: Microsoft.SqlServer.RegSvrEnum(Microsoft.SqlServer.RegSvrEnum.dll)
구문
‘선언
Public Sub New ( _
capacity As Integer _
)
‘사용 방법
Dim capacity As Integer
Dim instance As New UIConnectionGroupInfo(capacity)
public UIConnectionGroupInfo(
int capacity
)
public:
UIConnectionGroupInfo(
int capacity
)
new :
capacity:int -> UIConnectionGroupInfo
public function UIConnectionGroupInfo(
capacity : int
)
매개 변수
- capacity
유형: System. . :: . .Int32
An integer that represents the capacity of the connection.