UIConnectionGroupInfo 构造函数 (UIConnectionGroupInfo)
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the UIConnectionGroupInfo class with the specified other information.
命名空间: Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集: Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)
语法
声明
Public Sub New ( _
other As UIConnectionGroupInfo _
)
用法
Dim other As UIConnectionGroupInfo
Dim instance As New UIConnectionGroupInfo(other)
public UIConnectionGroupInfo(
UIConnectionGroupInfo other
)
public:
UIConnectionGroupInfo(
UIConnectionGroupInfo^ other
)
new :
other:UIConnectionGroupInfo -> UIConnectionGroupInfo
public function UIConnectionGroupInfo(
other : UIConnectionGroupInfo
)
参数
- other
类型:Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
Represents the other connection information.