Construtor UIConnectionInfo (UIConnectionInfo, Boolean)
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Sub New ( _
lhs As UIConnectionInfo, _
generateNewId As Boolean _
)
'Uso
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
)
Parâmetros
- generateNewId
Tipo: System. . :: . .Boolean