次の方法で共有


DropChildObjectsStatement.Objects プロパティ

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

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

関連項目

参照

DropChildObjectsStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間