UIConnectionInfo 建構函式 (UIConnectionInfo)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the UIConnectionInfo class with the same properties as 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 _
)
'用途
Dim lhs As UIConnectionInfo
Dim instance As New UIConnectionInfo(lhs)
public UIConnectionInfo(
UIConnectionInfo lhs
)
public:
UIConnectionInfo(
UIConnectionInfo^ lhs
)
new :
lhs:UIConnectionInfo -> UIConnectionInfo
public function UIConnectionInfo(
lhs : UIConnectionInfo
)
參數
- lhs
型別:Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
An UIConnectionInfo object that supplies the properties for the new UIConnectionInfo object.