DropChildObjectsStatement.Objects Property

Gets a list of child objects to be dropped.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Objects As IList(Of ChildObjectName)
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>

.NET Framework Security

See Also

Reference

DropChildObjectsStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace