此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns a UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.
命名空間: Microsoft.SqlServer.Management.Smo.RegSvrEnum
組件: Microsoft.SqlServer.RegSvrEnum (在 Microsoft.SqlServer.RegSvrEnum.dll 中)
語法
'宣告
Public Function DeepCopy ( _
withNewConnectionIds As Boolean _
) As UIConnectionGroupInfo
'用途
Dim instance As UIConnectionGroupInfo
Dim withNewConnectionIds As Boolean
Dim returnValue As UIConnectionGroupInfo
returnValue = instance.DeepCopy(withNewConnectionIds)
public UIConnectionGroupInfo DeepCopy(
bool withNewConnectionIds
)
public:
UIConnectionGroupInfo^ DeepCopy(
bool withNewConnectionIds
)
member DeepCopy :
withNewConnectionIds:bool -> UIConnectionGroupInfo
public function DeepCopy(
withNewConnectionIds : boolean
) : UIConnectionGroupInfo
參數
- withNewConnectionIds
型別:System.Boolean
A Boolean that specifies whether the objects in the new collection have the same IDs as the objects in the current collection.
傳回值
型別:Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo
A UIConnectionGroupInfo object that contains copies of the objects from the current UIConnectionGroupInfo object.