Compartilhar via


Propriedade do RDL DropObjectsStatement.Objects

Gets a list of objects to be dropped.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property Objects As IList(Of SchemaObjectName)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<SchemaObjectName>
The list of objects to be dropped.

Consulte também

Referência

DropObjectsStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom