Partager via


Propriété DropChildObjectsStatement.Objects

Gets a list of child objects to be dropped.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Objects As IList(Of ChildObjectName)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

DropChildObjectsStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom