หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns all TSqlObject child objects within the Default scope.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Function GetChildren As IEnumerable(Of TSqlObject)
'Usage
Dim instance As TSqlObject
Dim returnValue As IEnumerable(Of TSqlObject)
returnValue = instance.GetChildren()
public IEnumerable<TSqlObject> GetChildren()
public:
IEnumerable<TSqlObject^>^ GetChildren()
member GetChildren : unit -> IEnumerable<TSqlObject>
public function GetChildren() : IEnumerable<TSqlObject>
Return Value
Type: System.Collections.Generic.IEnumerable<TSqlObject>
All children.
Remarks
References to elements not in the TSqlModel are not returned.