Construtor ConnectionInfoBase
Initializes a new instance of the ConnectionInfoBase class.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Protected Sub New
'Uso
Dim instance As New ConnectionInfoBase()
protected ConnectionInfoBase()
protected:
ConnectionInfoBase()
new : unit -> ConnectionInfoBase
protected function ConnectionInfoBase()
Comentários
The default constructor initializes any fields to their default values.
Consulte também