Dela via


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)
'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 ();
}
public function get Objects () : IList<ChildObjectName>

Property Value

Type: System.Collections.Generic.IList<ChildObjectName>

.NET Framework Security

See Also

Reference

DropChildObjectsStatement Class

DropChildObjectsStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace