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
- 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.