削除される子オブジェクトの一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property Objects As IList(Of ChildObjectName)
'使用
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 ();
}
public function get Objects () : IList<ChildObjectName>
プロパティ値
型 : System.Collections.Generic.IList<ChildObjectName>