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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DropChildObjectsStatement Class