Compartir a través de


DropChildObjectsStatement.Objects Propiedad

Gets a list of child objects to be dropped.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Objects As IList(Of ChildObjectName)
    Get
'Uso
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 ();
}
member Objects : IList<ChildObjectName>
function get Objects () : IList<ChildObjectName>

Valor de la propiedad

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

Vea también

Referencia

DropChildObjectsStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom