DropObjectsStatement.Objects Property
Gets a list of objects to be dropped.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Objects As IList(Of SchemaObjectName)
Get
'Usage
Dim instance As DropObjectsStatement
Dim value As IList(Of SchemaObjectName)
value = instance.Objects
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>
The list of objects to be dropped.