DropChildObjectsStatement.Objects 属性

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.

请参阅

参考

DropChildObjectsStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间