次の方法で共有


DropObjectsStatement.Objects プロパティ

削除するオブジェクトの一覧を取得します。

名前空間:  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>
削除するオブジェクトの一覧です。

関連項目

参照

DropObjectsStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間