DropObjectsStatement.Objects Property
Gets a list of 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 SchemaObjectName)
public IList<SchemaObjectName> Objects { get; }
public:
property IList<SchemaObjectName^>^ Objects {
IList<SchemaObjectName^>^ get ();
}
member Objects : IList<SchemaObjectName>
function get Objects () : IList<SchemaObjectName>
Property Value
Type: System.Collections.Generic.IList<SchemaObjectName>
.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.