DeepCopy 메서드
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 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.