Share via


UIConnectionGroupInfo.ShallowCopy Method

This API supports the infrastructure and is not intended to be used directly from your code.

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Function ShallowCopy As UIConnectionGroupInfo
'Usage
Dim instance As UIConnectionGroupInfo
Dim returnValue As UIConnectionGroupInfo

returnValue = instance.ShallowCopy()
public UIConnectionGroupInfo ShallowCopy()
public:
UIConnectionGroupInfo^ ShallowCopy()
member ShallowCopy : unit -> UIConnectionGroupInfo 
public function ShallowCopy() : UIConnectionGroupInfo

Return Value

Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains the objects from the current UIConnectionGroupInfo object.