UnsupportedEngineTypeException Constructor
Initializes a new, default instance of the UnsupportedEngineTypeException class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New
'Uso
Dim instance As New UnsupportedEngineTypeException()
public UnsupportedEngineTypeException()
public:
UnsupportedEngineTypeException()
new : unit -> UnsupportedEngineTypeException
public function UnsupportedEngineTypeException()
Comentarios
The default constructor initializes any fields to their default values.