Costruttore UIConnectionInfo (UIConnectionInfo, Boolean)
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
lhs As UIConnectionInfo, _
generateNewId As Boolean _
)
'Utilizzo
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
)
Parametri
- generateNewId
Tipo: System. . :: . .Boolean