共用方式為


DatabaseSchemaViewNode.GetChildren 方法

傳回這個節點的子系清單。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Function GetChildren As IList(Of ISchemaModelViewerNode)
public IList<ISchemaModelViewerNode> GetChildren()
public:
virtual IList<ISchemaModelViewerNode^>^ GetChildren() sealed
abstract GetChildren : unit -> IList<ISchemaModelViewerNode> 
override GetChildren : unit -> IList<ISchemaModelViewerNode> 
public final function GetChildren() : IList<ISchemaModelViewerNode>

傳回值

型別:System.Collections.Generic.IList<ISchemaModelViewerNode>
子節點的清單。如果沒有子節點,則傳回空白清單。

實作

ISchemaModelViewerNode.GetChildren()

.NET Framework 安全性

請參閱

參考

DatabaseSchemaViewNode 類別

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空間