Propriedade do RDL DropChildObjectsStatement.Objects
Gets a list of child 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 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 da propriedade
Tipo: System.Collections.Generic.IList<ChildObjectName>
The list of child objects to be dropped.