DropObjectsStatement Class
Represents a DROP statement which references a list of objects.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class DropObjectsStatement _
Inherits TSqlStatement
'Usage
Dim instance As DropObjectsStatement
[SerializableAttribute]
public abstract class DropObjectsStatement : TSqlStatement
[SerializableAttribute]
public ref class DropObjectsStatement abstract : public TSqlStatement
public abstract class DropObjectsStatement extends TSqlStatement
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropObjectsStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropAggregateStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropAssemblyStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropDefaultStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropFunctionStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropProcedureStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropRuleStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropSynonymStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropTableStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropTriggerStatement
Microsoft.Data.Schema.ScriptDom.Sql.DropViewStatement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.