Delen via


DropChildObjectsStatement.Objects Property

Gets a list of child objects to be dropped.

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

Syntax

'Declaration
Public ReadOnly Property Objects As IList(Of ChildObjectName)
    Get
'Usage
Dim instance As DropChildObjectsStatement 
Dim value As IList(Of ChildObjectName)

value = instance.Objects
public IList<ChildObjectName> Objects { get; }
public:
property IList<ChildObjectName^>^ Objects {
    IList<ChildObjectName^>^ get ();
}
member Objects : IList<ChildObjectName>
function get Objects () : IList<ChildObjectName>

Property Value

Type: System.Collections.Generic.IList<ChildObjectName>
The list of child objects to be dropped.

See Also

Reference

DropChildObjectsStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace