共用方式為


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 命名空間