Freigeben über


UIConnectionGroupInfo.ShallowCopy-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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

Rückgabewert

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

Siehe auch

Verweis

UIConnectionGroupInfo Klasse

Microsoft.SqlServer.Management.Smo.RegSvrEnum-Namespace