次の方法で共有


UIConnectionInfo コンストラクター (UIConnectionInfo, Boolean)

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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
)