Aracılığıyla paylaş


ModelElement.GetComposingChildren Yöntem

Alt oluşturma öğelerinin bir listesini döndürür.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function GetComposingChildren As IList(Of IModelElement)
public IList<IModelElement> GetComposingChildren()
public:
virtual IList<IModelElement^>^ GetComposingChildren() sealed
abstract GetComposingChildren : unit -> IList<IModelElement> 
override GetComposingChildren : unit -> IList<IModelElement> 
public final function GetComposingChildren() : IList<IModelElement>

Dönüş Değeri

Tür: System.Collections.Generic.IList<IModelElement>
Bir IList<T> içeren alt oluşturan öğeler.

Yüklenen

IModelElement.GetComposingChildren()

Açıklamalar

Bir şema ilişkisi her zaman soldan sağa veya ilgili öğe ile ilgili öğeye gider.

Yapısının güncellenmesini bir ilişki ile ilgili öğenin üst öğesidir ve ilişkili öğenin alt öğesidir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelElement Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı

GetHierarchicalChildren