Costruttore ConnectionInfoBase
Initializes a new instance of the ConnectionInfoBase class.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Protected Sub New
'Utilizzo
Dim instance As New ConnectionInfoBase()
protected ConnectionInfoBase()
protected:
ConnectionInfoBase()
new : unit -> ConnectionInfoBase
protected function ConnectionInfoBase()
Osservazioni
The default constructor initializes any fields to their default values.
Vedere anche