DropObjectsStatement.Objects 属性

Gets a list of objects to be dropped.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Objects As IList(Of SchemaObjectName)
    Get
用法
Dim instance As DropObjectsStatement 
Dim value As IList(Of SchemaObjectName)

value = instance.Objects
public IList<SchemaObjectName> Objects { get; }
public:
property IList<SchemaObjectName^>^ Objects {
    IList<SchemaObjectName^>^ get ();
}
member Objects : IList<SchemaObjectName>
function get Objects () : IList<SchemaObjectName>

属性值

类型:System.Collections.Generic.IList<SchemaObjectName>
The list of objects to be dropped.

请参阅

参考

DropObjectsStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间