DropTableStatement Constructor

Initializes a new instance of the DropTableStatement class.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New DropTableStatement()
public DropTableStatement()
public:
DropTableStatement()
new : unit -> DropTableStatement
public function DropTableStatement()

See Also

Reference

DropTableStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace