DropObjectsStatement Constructor

Initializes a new instance of the DropObjectsStatement class.

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

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New DropObjectsStatement()
protected DropObjectsStatement()
protected:
DropObjectsStatement()
new : unit -> DropObjectsStatement
protected function DropObjectsStatement()

See Also

Reference

DropObjectsStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace