Gets a list of child objects to be dropped.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Objects As IList(Of ChildObjectName)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<ChildObjectName>
The list of child objects to be dropped.