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