Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.