Construtor UIConnectionGroupInfo (UIConnectionGroupInfo)
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionGroupInfo class with the specified other information.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As UIConnectionGroupInfo _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionGroupInfo
Represents the other connection information.