UIConnectionInfo 생성자 (UIConnectionInfo, Boolean)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a new UIConnectionInfo object with the properties of an existing UIConnectionInfo object and makes another connection to the associated server.
네임스페이스: Microsoft.SqlServer.Management.Smo.RegSvrEnum
어셈블리: Microsoft.SqlServer.RegSvrEnum(Microsoft.SqlServer.RegSvrEnum.dll)
구문
‘선언
Public Sub New ( _
lhs As UIConnectionInfo, _
generateNewId As Boolean _
)
‘사용 방법
Dim lhs As UIConnectionInfo
Dim generateNewId As Boolean
Dim instance As New UIConnectionInfo(lhs, generateNewId)
public UIConnectionInfo(
UIConnectionInfo lhs,
bool generateNewId
)
public:
UIConnectionInfo(
UIConnectionInfo^ lhs,
bool generateNewId
)
new :
lhs:UIConnectionInfo *
generateNewId:bool -> UIConnectionInfo
public function UIConnectionInfo(
lhs : UIConnectionInfo,
generateNewId : boolean
)
매개 변수
- lhs
유형: Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
An UIConnectionInfo object that supplies the properties for the new UIConnectionInfo object.
- generateNewId
유형: System. . :: . .Boolean
A Boolean value that specifies true if the new connection dialog should get the same ID as the specified dialog, otherwise, false.